Two Oracle's installed


 
Thread Tools Search this Thread
Top Forums Shell Programming and Scripting Two Oracle's installed
# 1  
Old 03-31-2006
Two Oracle's installed

In my directory /u01/app/oracle/product

I have two Oracle products installed.

$ ls
8.1.7 817_http

The application installed on the server is using PL/SQL procs to display webpages(not sure how)

Now I have to create a similar server for development. Our sysadmin has built up a host similar to Live. But now he wants to know, which Oracle is to be installed so that PL/SQL procs can be used by webpages.

I assume it should be Oracle 8.1.7. I also assume we need some web toolkit with it. Any idea, what is this?

One more doubt, most of our servers had Apache installed in /u01/apache. This was done with a standard kit which our project had. But this Live server has Apache installed in /usr/local/Apache. Is this the default for Apache on Solaris?

Thanks.
# 2  
Old 04-03-2006
hi ,
Just check the values of the following environment variables

ORACLE_HOME
LD_LIBRARY_PATH
TNS_ADMIN
PATH

On your production machine.Based on that you will know which version you are using and accordingly you can sinstall teh same on your development machine.
Hope this helps.
Login or Register to Ask a Question

Previous Thread | Next Thread

6 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

Bash find version of an installed application but if none is found set variable to App Not Installed

Hello Forum, I'm issuing a one line bash command to look for the version of an installed application and saving the result to a variable like so: APP=application --version But if the application is not installed I want to return to my variable that the Application is not installed. So I'm... (2 Replies)
Discussion started by: greavette
2 Replies

2. UNIX and Linux Applications

Identify a specific environment Oracle variable to connect a remote Oracle database ?

Good evening I nned your help pls, In an unix server i want to connect to a remote oracle databse server by sqlplus. I tried to find out the user/passwd and service name by env variable and all Ive got is this: ORACLE_SID_REPCOL=SCL_REPCOL ORACLE_SID=xmeta ORACLE_SID_TOL=SCL_PROTOLCOL... (2 Replies)
Discussion started by: alexcol
2 Replies

3. Red Hat

Trouble with installed / not installed rpm unixODBC/libodbc.so.1

Hey there, i run 1: on my server (RHEL 6) and getting response that the libodbc is not installed. If i use yum for installation, it tells me, there is no package like this ( 2: ). Since in the description of Definiens is mentioned that the Run-time dependency is unixODBC (libodbc.so.1), I assume... (2 Replies)
Discussion started by: rkirsten
2 Replies

4. AIX

OS Patches installed but they seem as not installed

Hello everyone: I've installed an OS patch into AIX 6.1 by running the following command: instfix -d /tmp/6100-02-03 -k "IZ41855" however it seem not installed instfix -i -k "IZ41855" There was no data for IZ41855 in the fix database. what am I doing wrong? (8 Replies)
Discussion started by: edgarvm
8 Replies

5. UNIX for Dummies Questions & Answers

how to know if oracle is installed ?

can anyone please tell me how to know whether oracle is installed in unix? what is the path to check if oracle is installed or not? (2 Replies)
Discussion started by: soujanya_srk
2 Replies

6. UNIX for Dummies Questions & Answers

trying to find out where oracle is installed

Hi I am logged into a remote linux machine, i want to find out where the oracle software is installed..basically, i want to see the following files... oracle_home/rdbms/admin/sql.bsq oracle_home/rdbms/admin/catalog.sql i am taken to home directory...do i need to export something here?... (3 Replies)
Discussion started by: soujanya_srk
3 Replies
Login or Register to Ask a Question