I am using the \'Oracle Sql Developer\' and I need to export the data and table struct开发者_C百科ure of a specific table out of hundreds in one database. Can anyone help me?
I am completely new to Oracle. I am trying to create a package but it throws me an error: Source does not have a runnable target.
Here are the details: I installed the oracle instant client 11.2.0.2.0 from the OTN download page on a windows 7 64 bit vm (vmware).
I had made connection to the remote Oracle database through SQLDeveloper on my system. Suddenly, t开发者_JS百科he power went down and I had to restart the system.
I have the following code that will join two different tables together and provide the discrete data columns that I need.The issue is I also need a column that counts another instance from another tab
The same query ran in PL/SQL Developer shows time, however it does not show in Oracle SQL Developer. Is there a way to get开发者_运维问答 the time in SQL Developer?
I want to make one question about oracle/sql query. I have some data like below, Column1 25 20 15 12 11 10 I want to get result like this,
I am facing an unusual problem in Oracle SQL Developer. When I try to compile a store procedure it hangs up the Oracle SQL DEveloper Screen and I can\'t do any activity, except to kill the SQL develop
This question already has an answer here: 开发者_开发百科 Closed 11 years ago. Possible Duplicate:
I want to use Oracle SQL Developer to generate an ER diagram for my DB tables but I am new to Oracle and this tool.