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 Run SQL Statements through the Web Interface
How To Run SQL Statements through the Web Interface? - Oracle DBA FAQ - Managing Oracle Table Indexes
✍: FYIcenter.com
If you don't like the command line interface offered by SQL*Plus, you can use the Web interface to run SQL statements. Here is how:
2007-05-02, 4839👍, 0💬
Popular Posts:
What are unadjusted function points and how is it calculated? Unadjusted function points = ILF + EIF...
.NET INTERVIEW QUESTIONS - Did VB6 support multi-threading ? While VB6 supports multiple single-thre...
How do we access attributes using “XmlReader”? Below snippets shows the way to access attributes. Fi...
How does one iterate through items and records in a specified block? One can use NEXT_FIELD to itera...
If we inherit a class do the private variables also get inherited ? Yes, the variables are inherited...