costa_basil
Member²
Hi:
I want to move away from using toad, however I have some questions:
- I want to use a dark background, I've been able to set a black background, but I can't change the color for identifiers from dark blue to something else. How can I do that?
- Can I export the data from a query to an excel spreadsheet (xls file)? Yes - this works I found it myself - the Copy to excel... option from the popup menu
- can pl/sql developer create a synchronize script between two schemas?
- does pl/sql dev support cursor columns. This query runs
SELECT CURSOR(SELECT SYSDATE FROM SYS.dual) FROM SYS.dual
but when I try to view the cursor I get an invalid cursor error
- can I view the results from a function that returns a cursor or from a procedure that returns output cursors?
That's it for now.
Thanks
I want to move away from using toad, however I have some questions:
- I want to use a dark background, I've been able to set a black background, but I can't change the color for identifiers from dark blue to something else. How can I do that?
- Can I export the data from a query to an excel spreadsheet (xls file)? Yes - this works I found it myself - the Copy to excel... option from the popup menu
- can pl/sql developer create a synchronize script between two schemas?
- does pl/sql dev support cursor columns. This query runs
SELECT CURSOR(SELECT SYSDATE FROM SYS.dual) FROM SYS.dual
but when I try to view the cursor I get an invalid cursor error
- can I view the results from a function that returns a cursor or from a procedure that returns output cursors?
That's it for now.
Thanks