Categories:
.NET (357)
C (330)
C++ (183)
CSS (84)
DBA (2)
General (7)
HTML (4)
Java (574)
JavaScript (106)
JSP (66)
Oracle (114)
Perl (46)
Perl (1)
PHP (1)
PL/SQL (1)
RSS (51)
Software QA (13)
SQL Server (1)
Windows (1)
XHTML (173)
Other Resources:
How To Install Oracle SQL Developer
How To Install Oracle SQL Developer? - Oracle DBA FAQ - Introduction to Oracle SQL Developer
✍: FYIcenter.com
Once you have sqldeveloper-v1.0.0.zip downloaded, extract the zip file into the root directory: \.
When the extraction is done, the installation is completed. Your copy of Oracle SQL Developer is installed in directory: \sqldeveloper, and ready to run.
2007-04-26, 4968👍, 0💬
Popular Posts:
How was XML handled during COM times? During COM it was done by using MSXML 4.0. So old languages li...
How you will enable front-end validation based on the xml in validation.xml? The <html:javascr...
How do you locate the first X in a string txt? A) txt.find('X'); B) txt.locate('X'); C) txt.indexOf(...
What is Concern in AOP? gA concern is a particular goal, concept, or area of interesth There are m...
Can you explain what is “AutoPostBack” feature in ASP.NET ? If we want the control to automatically ...