Karluk,
I did try running these scripts..now things have gone worser.
1. The script had some errors while executing.
2. Now for every query which I type I get the error ORA01092..like this one..
SQL> startup mount;
ORACLE instance started.
Total System Global Area 138412032 bytes
Fixed...
Karluk,
This is the result..looks like the loader is missing..wat do I do now?
-------------
SQL> select owner, object_name, object_type from all_objects where object_name='ORACLE_LOADER';
select owner, object_name, object_type from all_objects where object_name='ORACLE_LOADER'...
Mufasa,
It seems to work out sucessfully in a Windows box for me too but screws up with the UNIX implementation.
The result in the UNIX m/c is
SQL> select * from dummy1;
select * from dummy1
*
ERROR at line 1:
ORA-29829: implementation type does not exist
Thanks
-Sai
I am trying to use External Tables with Oracle 10g in a unix box. I have created a corresponding directory...all the settings seem to be fine but I keep getting this error for some reason.
Here dummy1 is the external table that I have created which needs to contain all the contents from my...
Dave,
They also seem to be right!
[sai@ma-1 ~]$ echo $ORACLE_HOME
$/home/sai/oracle/product/10.2.0/db_1
[sai@ma-1 ~]$ echo $ORACLE_SID
hcsdatabase
-Sai
I tried installing Oracle 10g on a unix box. My installtion was sucessful but when I try to run sqlplus I get the following error.
________________________
[sai@ma-1 bin]$ ./sqlplus
Error 6 initializing SQL*Plus
Message file sp1<lang>.msb not found
SP2-0750: You may need to set ORACLE_HOME to...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.