tagged [oracle-sqldeveloper]
Printing the value of a variable in SQL Developer
Printing the value of a variable in SQL Developer I wanted to print the value of a particular variable which is inside an anonymous block. I am using Oracle SQL Developer. I tried using `dbms_output.p...
- Modified
- 25 Oct at 09:44
How can I change the language (to english) in Oracle SQL Developer?
How can I change the language (to english) in Oracle SQL Developer? I am running a non-english Windows 7 system, and apparently Oracle SQL Developer (version 3.0.04.34, 64-bit) tries to auto-guess my ...
- Modified
- 26 Feb at 14:38
Oracle SQL Developer and PostgreSQL
Oracle SQL Developer and PostgreSQL I'm trying to connect to a PostgreSQL 9.1 database using Oracle SQL Developer 3.0.04, but I'm not having any success so far. First, if I add a third party driver on...
- Modified
- 21 Jun at 13:28
Run Stored Procedure in SQL Developer?
Run Stored Procedure in SQL Developer? I am trying to run a stored procedure that has multiple in and out parameters. The procedure can only be viewed in my Connections panel by navigating If I right ...
- Modified
- 3 Jun at 03:52
org.hibernate.QueryException: could not resolve property: filename
org.hibernate.QueryException: could not resolve property: filename I am using Hibernate `Criteria` to get values from column `filename` in my table `contaque_recording_log`. But when I'm getting the r...
- Modified
- 3 Jul at 20:55
Oracle SQL Developer: Failure - Test failed: The Network Adapter could not establish the connection?
Oracle SQL Developer: Failure - Test failed: The Network Adapter could not establish the connection? ## Problem Please note that I changed details for security purposes. However, the problem remains i...
- Modified
- 9 Jun at 21:40
How can I use Oracle SQL developer to run stored procedures?
How can I use Oracle SQL developer to run stored procedures? This is what ended up working for me (from accepted answer): ``` var ret1 number var tran_cnt number var msg_cnt number var rc refcursor ex...
- Modified
- 7 Oct at 05:31