Oracle database 11R2 postinstalltion tasks, Solaris 10


 
Thread Tools Search this Thread
Operating Systems Solaris Oracle database 11R2 postinstalltion tasks, Solaris 10
# 1  
Old 05-07-2012
Oracle database 11R2 postinstalltion tasks, Solaris 10

Hi guys

I installed Oracle database enterprise edition 11R2 on Solaris 10. More precise

Code:
$ cat /etc/release
                    Oracle Solaris 10 9/10 s10x_u9wos_14a X86
     Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
                            Assembled 11 August 2010

My mentor told me I do not to set up manually ORACLE_HOME and ORACLE_SID beacuse that is not a good practice for real production.
He showed an example

Code:
> source `which coraenv`
> ORACLE_SID = [oracle] ? PROD21
> sqlplus '/ as sysdba'

SQL*Plus: Release 10.2.0.4.0 - Production on Fri Apr 27 09:43:16 2012

Copyright (c) 1982, 2007, Oracle.  All Rights Reserved.


Connected to:
Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options

SQL>

He mentioned all I need is $PATH where root.sh script copied oraenv.
When I put $PATH in /export/home/oracle/bin and then add this to my $PATH I get message sqlplus command is not found.

Please help me, I am desperate
# 2  
Old 05-07-2012
Her's not saying to put coraenv in your path, he's telling you to source it instead of adding things to your path...

The source `which coraenv` is what does the real work in that example.
Login or Register to Ask a Question

Previous Thread | Next Thread

6 More Discussions You Might Find Interesting

1. Solaris

Solaris 11.2 x86 Local Zones for Oracle RAC database, intermittent Memory corruption of db

Hi, I was wondering if any Solaris fellow out there has dealt with running Solaris 11 x86 on Local Zones for Oracle RAC (which may or may not be relevant to issue), running on HP gen h/w. Every so often could be weeks between issues or some times days, there will be a memory corruption and db... (2 Replies)
Discussion started by: crossmypath
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. Solaris

Is possbile to install Oracle database 10g on Solaris 11 Express ?

Today I finally tuned my Solaris 11 express so now works better :D I want to install some relational database on that machine and learn for my future carrier. I downloaded Oracle database 10g for Solaris x86 and tried to install it but my system didn't passed system requirements, installer... (0 Replies)
Discussion started by: solaris_user
0 Replies

4. Solaris

what is the command to see which database ie..oracle in running on solaris 10

what is the command to see which database ie..oracle in running on solaris 10 (2 Replies)
Discussion started by: tv.praveenkumar
2 Replies

5. Solaris

[help]oracle database error on solaris 8

hi experts, i have some problem with my oracle database 8.1.7 running on sun solaris 8, after 2 days or more i cannot login into database and needed to restart the database, below shown the error : ERROR: ORA-00604: error occurred at recursive SQL level 2 ORA-04031: unable to allocate 4200... (5 Replies)
Discussion started by: bucci
5 Replies

6. UNIX for Dummies Questions & Answers

oracle database on solaris and linux

what is the difference in running oracle database on solaris and linux operating system (3 Replies)
Discussion started by: ganga
3 Replies
Login or Register to Ask a Question