1. Because the directory where java exists isnt in your PATH.
2. google for bz2, its just a compress program like gzip
Printable View
1. Because the directory where java exists isnt in your PATH.
2. google for bz2, its just a compress program like gzip
When I type which Java on a Solaris Box this is what I get.
Code:$ which java
/usr/bin/java
Hello,
Here are a few commands results:
1) env | grep JAVA_HOME
(returns nothing)
2) which java
/usr/bin/which: no java in (/usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/X11R6/bin:/root/bin:/bin/root
3) install java
install: too few arguments
Try install --help for more information
(tried this from $ORACLE_HOME and /root as well)
----
I downloaded and gunzipped/tar jdk and jre118_v3 which I installed in the /root/jdk_118_v3 and /root/jre_118_v3)
I included the /root folder in my PATH varaible in .bash_profile and still which java does not find anything.
-----
What is missing here ?
Any suggestions ?
PT
PS: Can I try to install JAVA from the install folder under $ORACLE_HOME ?
in all seriousness. go find someone who knows what they are doing, cos you simple dont - learn how to install java, did you follow the instructions, simply untarring a file aint good enough.
then go find a dba who can install oracle for you - this has turned into one of longest threads in a long time just cos you cannt find / follow instructions, but ill repeat you dont actually need to download and install any java to get oracle to install / run as it has its own included
Hello everyone,
I finally installed JAVA on my Linux Server. Now, when I type:
1) which java
/usr/java/j2sdk1.4.2_05/bin/java
2) java -version
java version "1.4.2_05"
Java (TM) 2 Runtime Environment Standard Edition
(build 1.4.2_05_b04)
Java Hotspot(vm0 client VM (build 1.4.2 05-B04, mixed mode)
-----
I when to the $ORACLE-HOME folder under /bin and typed relink all.
I hope that this can address and solve the invocation problem with the DBCA.
PT
Hello,
I finished installing JAVA on my Server and relinked all the ORacle 9i folder and I still get the same error message when trying to invoke the DBCA (same as before).
Maybe I should reinstall the Oracle 9i application completely ?
PT
PS: Maybe this is caused by a bad entry in the listener.ora or the tnsnames.ora files ?
Yes. But do it to a different Oracle Home.Quote:
Originally posted by ptreves
Maybe I should reinstall the Oracle 9i application completely ?
I dont see why you felt the need to install java separately. Oracle ships the oracle software with java , so when you install the oracle software, all java components required are installed along with it.
What you really need to do is a fresh and clean install. I dont think trying to rectify a small error over a pile of mess will help you. In the end, you will still need to do a clean install of the oracle software. And now, if you dont understand what we mean by a fresh and clean install is to de-install the oracle software, remove any entries of oracle from the system file, remove the oracle directory and start all over again .
See... I told you guys, it is much faster if somebody do the works for ptrieves even through remote admin :)Quote:
Originally posted by davey23uk
in all seriousness. go find someone who knows what they are doing, cos you simple dont - learn how to install java, did you follow the instructions, simply untarring a file aint good enough.
then go find a dba who can install oracle for you - this has turned into one of longest threads in a long time just cos you cannt find / follow instructions, but ill repeat you dont actually need to download and install any java to get oracle to install / run as it has its own included
But kidding aside, I'll be doing installations of oracle softwares in Linux platform(Redhat Enterprise Linux ES). I just hope that I can do much better with ptrieves.
:p keep it cool ptrieves, just an advice:
The best source of information is the DOCUMENTATION.
Just follow the docs/manuals, and your life will be easy with oracle.
:D :D :D
Hello everyone,
I finaly got the DBCA working.
1) I installed the latest JAVA that I could find on the sun.java.com website (j2sdk_1_4_2_05...).
Now, the commands which java and java -version return appropriate values.
2) I made an entry in my /etc/hosts file to include the hostname Linux2005.
3) I reinstalled Oracle 9i in a new Oracle home.
I solve the problems, concerning the Pop-Up message with the unknown host that I was getting earlier + I installed the Starting HTTP server assistant without errors.
During the installation using the OUI, the DBCA was automatically invoked asking me for new passowrds for SYS and SYSTEM users.
---
I am quite encouraged by these latest results even if it is on Red Hat Enterprise 3 (WS).
PT
PS: I still have a problem with regard to the Agent Configuration Assistant saying that the NODEINFO has NO_VALUE. Any ideas about that ?
PS2: I invoked the DBCA after my Oracle 9i installation to create a new custom database, and I got an ORA-01031 Pop-Up error saying Insufficient Priviledges. Any ideas what that is about ?
Regards,
PT
ptreves - how's it coming along? Long time, no hear :D
Hello Axr2/Everyone,
As I mentionned in my last post, I successfully installed JAVA on my Linux Box and can now invoke the DBCA without errors.
I made an entry for my Linux server under /etc/hosts/.
However, at the last step when I try to start to actually create a new DB, the DBCA returns an ORA-01031 Insufficient Priviledges error.
1) What am I missing here ?
I still have a problem with regard to the Agent Configuration Assistant saying that the NODEINFO has NO_VALUE.
2) Any ideas about that ?
Regards,
PT
Hello,
I now have a starter database, which I did not have before. However I cannot create my own custom DB, yet ?
PT
Hello everyone,
For those of you following this saga, I found a site on the net that details how to solve ORA-01031 Inussificient Priviledges errors when trying to create a new Oracle 9i database under Linux.
The site is:
http://home.clara.net/dwotton/dba/ora1031.htm
PT
PS: I hope that this can address my PB and get me on my way to create my own custom DB. Wish me luck !!!
Umm, no duh? Same thing you would have found in Oracle documentation or pretty much any DBA book.
Hello again,
I created a test DB using default values of the DBCA.
When trying to invoke the started Database or the Test Database, I get an:
ORA-00205 Error in Identifying control file, check alerts for more info.
PT
PS: I checked that my control files exists in the correct folder and are properly referenced in the SPinitTEST.ora file under the CONTROL_FILES parameter.
Any ideas how I can resolve this issue ?
Hi Hun,
I am really impressed by your persistence and dedication, just try and try until u succeed. If you solve and master this problem, you may become a great DBA someday :). Maybe you need to fresh install everything, format your disk cleanly and do OS and DB install. Read carefully the installation guide, step by step. Each step should install cleanly and don't get any error. Maybe you have just missed or overlooked little things before. Good Luck.
Your suggestions are reasonable, however those suggestions have been made more than once in this thread. Ptreves might learn Oracle yet.Quote:
Originally posted by kris123
Maybe you need to fresh install everything, format your disk cleanly and do OS and DB install. Read carefully the installation guide, step by step. Each step should install cleanly and don't get any error. Maybe you have just missed or overlooked little things before. Good Luck.
ptreves - how's the soapopera coming along? It has been an absolute nail biter so far :D. Keep us posted on the latest.
I'm just waiting for this to be over 100 posts!!!Quote:
Originally posted by Axr2
ptreves - how's the soapopera coming along? It has been an absolute nail biter so far :D. Keep us posted on the latest.
Hey, it is over 100 posts long!!! :DQuote:
Originally posted by gandolf989
I'm just waiting for this to be over 100 posts!!!
Did you mean 100 posts or 100 pages?Quote:
Originally posted by gandolf989
I'm just waiting for this to be over 100 posts!!!
Hey ptreves...
When is the book "Installing Oracle 9i on RH WS " coming out ?
And hopefully with "Oracle 9i Advanced concepts on RH WS" and then
"Oracle 9i on RH WS that noone told you about" .....
:cool: :cool:
Keep on installin'....
Hey is your employer one of the top 100 in Canada ? I'd like to work where you are for a while !!
Given time it could be over 100 pages. :rolleyes:Quote:
Originally posted by DaPi
Did you mean 100 posts or 100 pages?
Hello everyone,
I upgraded my server to Linux Red Hat Enterprise 3 (ES). I installed Oracle 9i Database, created a started database and imported the data from my export dump file from ORacle 8i.
For all of you who contributed by comments and feedback I am eternaly gratefull.
----
However, my work is not over. I still have to bring my DB online of the network and then install Oracle 9i iAS to go from Client/Server to Web.
During the installation of Oracle 9i iAS, I ran into the following Pop-Up message:
=====
This is the Pop-Up message that I get, when installing Oracle 9i iAS:
-----
Your local hsot name database file (typically /etc/hosts) is not configured
properly. This file should have an entry of the form:
On Solaris sustems, the following files should also contain the fully qualified hostname, including the domain name:
/etc/nodename, /etc/net/ticlts/hosts, /etc/net/ticots/hosts,
/etc/net/ticotsord/hosts, and any files in /etc whose names begin with "hostname"
In some of the above files, the hostanme may occur more than once, in which
case all occurences hould be changed. Please correct your local host name database file, reboot the host, and restart the installation.
Failure to properly configure this file may result in product runtime issues regarding proper hostname resolution.
-----
I tried to edit my /etc/hosts file as follows and reboot my computer to no avail. The message keeps coming back. I don't have any of the other files mentioned under /etc. Here is my /etc/hosts file:
# Do not remove the following line, or various programs
# that require network functionality will fail.
127.0.0.1 localhost.localdomain localhost
192.9.200.12 Linux2005 Oracle9iserver
~
=====
How can I resolve this PB ?
PT
Hello again,
I don't know if this matters or not, I read through the Installation Guide for Oracle 9i iAS + I downloaded the 4 compressed fiels to install ORacle 9i iAS 9.2.0.1.
My ORacle Database is 9.2.0.4.
PT
Hello,
I am migrating an Oracle Forms/Reports 6i application to Oracle 9i using the iDS.
I have 3 toolbars using a number of ICON image files.
During the migration to ORacle 9i, Only a SAVE and PRINT images appear in my toolsbar. At runtime in Oracle 9i, no images are displayed in the toolbar.
I converted all ICO files to GIF files and generated an JAR file are indicated in the DOC.
I was carefull with respect to case upper/lower.
Any ideas how I can resolve this issue ?
PT
And this is related to DBCA in what way?
Hello,
This is not related to DBCA.
I solve my invocation PBs with the DBCA when I installed java on my Server.
Now, I am moving along with my work and getting other PBs.
PT
Oh, I get it. You have other problems, so why not put them inside a thread totally unrelated to your new spate of problems? Got it.
I'm just wondering how other people have been able to install correctly any Oracle software, because reading this thread it seams really not possible... :rolleyes:
Hello,
Don't despair.
I am not as experienced with Oracle as the rest of you so I have to go over things more times.
I succeeded in intalling Oracle 9i Databaase and Importing data to the new DB.
SO, I guess this thread could be closed ...
PT
PS: Other PBs I have will be in other threads...... Regards
You should get a test machine with the same os, that doesn't have Oracle, and completely install Oracle, create a test database, and load data. You will find it easier to do this next if you practice it now. I had a job installing and configuring Oracle. After the first 60 installs it gets easier. ;)Quote:
Originally posted by ptreves
Hello,
Don't despair.
I am not as experienced with Oracle as the rest of you so I have to go over things more times.
I succeeded in intalling Oracle 9i Databaase and Importing data to the new DB.
SO, I guess this thread could be closed ...
PT
PS: Other PBs I have will be in other threads...... Regards
Hello,
How true !!!!!!!
However, anyone with some feedback concerning other issues I am experiencing ?
PT