Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

Oracle Database Lite

Ask for help with issues regarding the Installations of the Debian O/S.
Post Reply
Message
Author
glprobot
Posts: 1
Joined: 2017-03-16 17:58

Oracle Database Lite

#1 Post by glprobot »

Salve,
quando ho avviato il seguente file nel terminale:
./runInstaller

Mi è uscito questo messaggio:

Oracle Database Lite installation requires ORACLE_HOME to be set. Please set it and retry again

quali sono le istruzioni da seguire per settare??
che non sò fare.

arochester
Emeritus
Emeritus
Posts: 2435
Joined: 2010-12-07 19:55
Has thanked: 14 times
Been thanked: 54 times

Re: Oracle Database Lite

#2 Post by arochester »

Translation?
Hi, when I started the following file in the terminal: ./runInstaller I came this message: Oracle Database Lite installation requires ORACLE_HOME to be set. Please set it and retry again What are the instructions on how to set ?? I do not know.
OP also try here?
Italian
http://www.debianizzati.org/ - Debianizzati.org - Debian users community with news, forums, e-zine and a lot of guides and documentation.
http://www.debianitalia.org/

User avatar
GarryRicketson
Posts: 5644
Joined: 2015-01-20 22:16
Location: Durango, Mexico

Re: Oracle Database Lite

#3 Post by GarryRicketson »

How to set the ORACLE_HOME variable
====================

They tell how to do this here:
http://www.orafaq.com/wiki/ORACLE_HOME
Unix & Linux

Check current value:

Code: Select all

env | grep ORACLE_HOME
# or

Code: Select all

dbhome
Change the ORACLE_HOME environment variable (valid for bash and ksh):

Code: Select all

export ORACLE_HOME=/app/oracle/product/10.2.0/db_1
Get the value of ORACLE_HOME for a specific instance:

Code: Select all

 dbhome <SID>
I was going to try a link to the site using google translate, it does
translate the text , ok, but it also corrupts the code parts,...if the OP
need further explanation, it probably would be better on a Italian
forum, where someone should be able to explain , and translate.

Post Reply