Results 1 to 6 of 6
I have a Hp DV6000z laptop with the following config
AMD turion TL56 1.8GHz
2GB DDR ram
Nvidia Geforce Go7200 (256 MB)
a/b/g wireless with bluetooth
built in webcam
I ...
- 03-08-2007 #1Just Joined!
- Join Date
- Sep 2006
- Posts
- 12
help to install Oracle XE in suse 10.2
I have a Hp DV6000z laptop with the following config
AMD turion TL56 1.8GHz
2GB DDR ram
Nvidia Geforce Go7200 (256 MB)
a/b/g wireless with bluetooth
built in webcam
I had vista pre configured in my laptop.
I used Vista Boot pro to resize the partition.
I allocated 40GB hdd space for linux.
I installed Suse 10.2 and the OS works fine.
I wanted to install Oracle XE (Oracle 10g express edition) in my suse linux.
I was able to install Oracle XE in my vista, and it runs good.
#############I follwed the steps to install the rpm for oracle XE###
I logged in as root.
I downloaded the rpm for oracle XE from oracle website
i ran this command
rpm -ivh downloads/oracle-xe-univ-10.2.0.1-1.0.i386.rpm
then i ran the command for configuring
$ /etc/init.d/oracle-xe configure
gave the default settings(i.e port 8080 , password etc..
then I went to
/usr/lib/oracle/xe/app/oracle/product/10.2.0/server/bin
and from there ran the script file
. ./oracle_env.sh
the instruction says....
##
You may also want edit your login or profile files so that these environment variables are set properly each time you log in or open a new shell.
For Bourne, Bash, or Korn shell, enter the following line into the .bash_profile (to log in) or .bashrc file (to open a new shell):
. /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/bin/oracle_env.sh
For C or tcsh shell, enter the following line into the .login file (to log in) or .cshrc file (to open a new shell):
source /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/bin/oracle_env.csh
###
Where do I find the .bash_profile file in suse 10.2?
is this the final step to start working on my database...?
has anyone worked on this before?
############
****************************************8
I found .bashrc in the home folder of the user vikram. I did not find .bash_profile
I added the line in the .bashrc file.
.
I also added root and vikram as members of dba group
When i run sqlplus and give username SYSTEM and password what I set.
I get the error message
oracleXE: error while loading shared libraries: libaio.so.1: cannot open shared object file: No such file or directory
ERROR:
ORA-12547: TNS:lost contact
the isqlplus webpage is not getting displayed either.
I dont seem to understand the problem.
****************************************
further in instruction...
It also says...
You can find the database creation logs in $ORACLE_HOME/config/log/*.
I cant find this path in my system...
Using K menu/application and from there(graphical) when i say start database,
i get the message
Operation failed, root is not a member of 'dba' group.
I am unable to see the webpage for sqlplus, nor am i able to log in to sqlplus with sys or system as user name and password i provided
Has some one installed oracle, please tell me what I am missing.
email vikram.jagan@gmail.com, or reply to thread, to help me out.
I am unable to de install oracle.
Can someone tell me how to do that as well.
&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& &&
I also need help in this regard.
I want to install graphics drivers for nvidia Geforce go7200.
please give steps to do so.
I want to install drivers/able to use my wireless card.
a/b/g wireless
I want to install drivers for my webcam.
Can someone tell me the fixes for my problems!!!
thanks in advance
- 03-08-2007 #2.bash_profile and .bashrc files are in user's home folder. open user's home folder and click on View -- Show hidden Files OR 'ls -a' in terminal.Where do I find the .bash_profile file in suse 10.2?
is this the final step to start working on my database...?
i dont know if its a final step but add that line in both files and check if it works.
check the output of 'echo $ORACLE_HOME.You can find the database creation logs in $ORACLE_HOME/config/log/*.
I cant find this path in my system...
open User and Group Management in Yast and add 'dba' in root user's group list.Using K menu/application and from there(graphical) when i say start database, i get the message
Operation failed, root is not a member of 'dba' group.
as i mentioned in your last thread, i have never installed/configured Oracle in Linux. but as per instructions, it should work now.It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 03-08-2007 #3Just Joined!
- Join Date
- Sep 2006
- Posts
- 12
I found the .bashrc file and made changes.
I also added root and user vikram as members of group dba.
but to no avail.
I dont seem to find a solution
- 03-08-2007 #4
Can't help with Oricle but the easies thing with the video driver is to go to the NVIDIA site and download the driver for your NVIDIA chipset, then follow the instruction provided on the NVIDIA site for Suse istallation. It is very easy you just need to follow the instructions
- 03-09-2007 #5Just Joined!
- Join Date
- Sep 2006
- Posts
- 12
I did what was told in the site, but after that, when i rebooted the system, the graphics was not activated.
Originally Posted by gogalthorp
only command prompt
- 03-09-2007 #6
Did you follow the Yast method or the manual method?
Use the manual method!!!
Be sure to run sax2
And be sure you downloaded the correct version for your card


Reply With Quote