|
|
Re: Unable to perform operations using 'dual' table: SP2-0575 [message #255673 is a reply to message #25844] |
Wed, 01 August 2007 08:22 |
amul
Messages: 252 Registered: April 2001 Location: Chennai
|
Senior Member |
|
|
Am not able to connect to this database,please help am using oracle version 8i,connecting to 10G database
SQL> conn
Enter user-name: didev
Enter password: **************
ORA-24323: value not allowed
Error accessing package DBMS_APPLICATION_INFO
ERROR:
ORA-03113: end-of-file on communication channel
SP2-0575: Use of Oracle SQL feature not in SQL92 Entry Level.
ORA-24323: value not allowed
Connected.
SQL> select * from tab;
select * from tab
*
ERROR at line 1:
ORA-03114: not connected to ORACLE
SQL> show user
USER is "DIDEV"
SQL> select * from dual;
select * from dual
*
ERROR at line 1:
ORA-03114: not connected to ORACLE
|
|
|
|