You are here:
I can answer questions regarding SQL, PL/SQL, Procedures, Functions, Triggers, SQL Loader, Oracle Forms, Oracle Reports, and some basic dba and performance tuning activities.
15+ years of Oracle PL/SQL Development
B.Sc (Electronics), Diploma in Computer Applications (DCA)
OCP - SQL and PL/SQL
Brainbench certifications in Oracle Administration, PL/SQL, Developer 2000
| User | Date | K | C | T | P | Comments |
|---|---|---|---|---|---|---|
| shashanka | 11/23/09 | 10 | 10 | 10 | 10 | thanks suchitra. |
| Mustafa | 11/10/09 | 10 | 10 | 10 | 10 | thanks its work |
| ElHoucine | 11/05/09 | 10 | 10 | 10 | 10 | Thank's and have a good day El ..... |
| Dinesh Gupta | 11/04/09 | 10 | 10 | 10 | 10 | |
| Dinesh Gupta | 11/03/09 | 10 | 10 | 10 | 10 |
Hi Mahesh, You are getting this error because you must be using it in a SQL statement. 'desc' is not a SQL command, it is a SQL*Plus command. So if you connect to SQL*Plus, you can issue 'desc tablename'
Hi Ashwath, To load the CSV file you can use the SQL*Loader utility. All the errors related to table constraints (primary, foreign, check etc) will be validated during loading, the log of which will
Hi San, Check whether your table is in SYSTEM tablespace. If yes, then flashback drop won't work. Please see the below link - http://download-west.oracle.com/docs/cd/B14117_01/server.101/b10734/rcmflash
Hi San, 1) Check that you have read permission on the directory mydir. If not grant it as follows - GRANT READ ON DIRECTORY mydir TO <your database username>; 2) Check that file sandy.jpeg is
Hi Dinesh, Even if your project was only data related, you can add some points to indicate that you have used the advanced techniques to extract/update data. Be sure to update according to the Oracle
Answers by Expert:

©2009 About.com, a part of The New York Times Company. All rights reserved.