You're trying to create a control file, which is wrong. See http://download-west.oracle.com/docs...htm#SQLRF01204 for details.
Printable View
You're trying to create a control file, which is wrong. See http://download-west.oracle.com/docs...htm#SQLRF01204 for details.
why you dont RTFM, it's all there about how to create a database, step by step
That would take too much time. He'd rather twiddle around with Linux for 5 days instead of looking at the docs for 1 hr and figure out what's wrong.Quote:
Originally posted by pando
why you dont RTFM, it's all there about how to create a database, step by step
Is this much you are earning Jeff?:)Quote:
Originally posted by marist89
Sure, no problem. With him I'd get $350 an hour...
Can I work as Junior DBA for you and earn that much for 2 days work?
:o :p :o :p
But then you would have to work with Jeff for two days. Is that really worth it? :DQuote:
Originally posted by reydp
Is this much you are earning Jeff?:)
Can I work as Junior DBA for you and earn that much for 2 days work?
:o :p :o :p
At least he wouldn't be in Pittsburgh!http://www.click-smilies.de/sammlung...smiley-034.gif
Somehow Corrupticut is better?http://www.dbasupport.com/forums/ :D
Hello Jeff, everyone,
I have taken note of the numerous replies that you have posted on this thread and have returns to my Linux Server to run some of the commands you have suggested. Here are the results:
1) su - oracle
echo $DISPLAY --> :0.0
which dbca --> /u01/app/oracle/product/9.2.0.4/bin/dbca
grep JRE 'which dbca' --> grep: which dbca: No such file or directory
which java
/usr/bin/which: no java in (/u01/app/oracle/product/9.2.0.4/bin: /usr/kerberos/bin/bin:/bin:/usr/bin:/usr/local/bin:/usr/bin/X11:/usr/X11R6/bin:/home/oracle/bin)
cd /usr/local/bin --> coraenv, dbhome, oraenv
java -version
-bash: java: command not found
dbca &
[1] 10302
java.lang.NullPointerException.....
-----
Looking at this output, I get the feelking that either no java JRE is installed on my server or it is not configured ??
I also think there might be a type with the following command grep JRE 'which dbca'. Is this the right command ?
I also tried the following:
grep ^hosts /etc/nsswitch.conf
hosts: files dns
more /etc/hosts
#Do not remove the following lines, or #various programs that require network #functionality will fail.
127.0.0.1 localhost.localdomain localhost
ls -l $ORACLE_HOME/bin/oracle
-rwsr-s--x 1 oracle oinstall 48202927 Aug 23 10:26 /u01/app/oracle/product/9.2.0.4/bin/oracle
=====
Hope this helps ??
PT
Hello again,
Here is my .bash_profile file:
-----
#.bash_profile
#Get the aliases and functions
if { -f ~/.bashrc }; then
. ~/.bashrc
fi
#User specific environment and startup programs
PATH=$PATH:$HOME/bin
BASH_ENV=$HOME/.bashrc
USERNAME="root"
export USERNAME BASH_ENV PATH
export LD_ASSUME_KERNEL=2.4.1
export ORACLE_BASE=/opt/oracle
export ORACLE_home=/opt/oracle/product/9.2.0
export ORACLE_SID=ORCL
export ORACLE_TERM=xterm
export NLS_LANG=AMERICAN_AMERIXA.WE8ISO8859P1
export ORA_NLS33=/ocommon/nls/admin/data
LD_LIBRARY_PATH=/lib:/lib:/usr/lib
LD_LIBRARY_PATH=:/usr/local/lib
export LD_LIBRARY_PATH
export PATH=/usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/X11R6/bin:/root/bin:/bin
export DISPLAY=:0.0
export PATH=/usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/X11R6/bin:/root/bin:/bin
-----
Hope this helps ?
PT
Hello again,
echo $LD_LIBRARY_PATH
/u01/app/oracle/product/9.2.0.4/lib
hostname
Linux2005
host -l Linux2005
;;Connection to 192.9.200.80#53(192.9.200.80) for Linux2005 failed: connection refused.
host -v Linux2005
Trying "Linux2005"
Host Linux2005 not found: 3(NXDOMAIN)
Received 102 bytes from 192.9.200.80#53 in 187 ms
-----
PT
PT