Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> Re: Oracle 10g on solaris

Re: Oracle 10g on solaris

From: Onkar N Tiwary <onkarnath.tiwary_at_gmail.com>
Date: Wed, 23 Nov 2005 13:02:07 +0530
Message-ID: <a144e5210511222332v588fc00bjc8f6fd0b8fcf5adb@mail.gmail.com>


thanx everyone for the tips and help. thts where i was acting as a fool putting wrong paratmere value in the /etc/system file. After putting the parameters properly, it worked.

Thanx a lot once again

On 11/22/05, $B;~4|@:Nn(B <kuon_at_goyman.com> wrote:
>
> Onkar N Tiwary wrote:
> > Hi all,
> >
> > I have a Sun server Enterprise 4500 with solaris8 on it. I installed
> > oracle 10g AS successfully on this but while creating database it gave
> > an error "*Out of memory" *error and the configuration aborted. I guess
> > the problem was because of some of the memory paramters(SEM*) then i
> > searched for those and re-configured according to the documentation. Now
> > I don know how to invoke the entire configuration wizard all together ,
> > I know NETCA & DBCA for network and database configuration but i want to
> > know if there is some executable which invokes the entire configuration
> > wizard and gave us the screen like one we get after binary installation
> > which configures everything simultaneously without our intervention.
> >
>
> Oracle 10g install on Solaris 10, tips:
>
> Working /etc/system parameters (I prefer them over prctl for simplicity
> reasons, if you want to use prtcl, check this post:
> http://forum.sun.com/thread.jspa?messageID=98732
> )
>
> set noexec_user_stack=1
> set semsys:seminfo_semmni=100
> set semsys:seminfo_semmsl=256
> set shmsys:shminfo_shmmax=4294967295
> set shmsys:shminfo_shmmni=100
>
> Then, the dbca do all the database creation for you, the installer run
> netca and dbca for you, I don't thinkhe do anything else. Except asm
> creation, but you can also do it from dbca.
>
> Anyway, I did it this way:
>
> ./runInstaller
> -> software install.
> dbca for asm
> dbca for database
> netca for LISTENER
>
> tuning dbstart and dbshut and creating a svc entry for it.
>
>
> If you want to uninstall oracle, you can do it the hard way:
>
> kill -KILL all oracle process
> kill -KILL css process
>
> find /etc -name "*t.cssd" -exec rm -fr {} \;
> ( I assume you know what those are doing )
>
> rm -fr /var/opt/oracle
> rm -fr /usr/local/bin/coraenv /usr/local/bin/dbhome /usr/local/bin/oraenv
> rm -fr /oracle/home
>
> This should do it, also remove all dumb db files.
>
> Then begin again from scratch.
>
> Hope this help, serv as a reference for anybody.
>
> Regards
>
> Kuon
>
>
>

--
Thanks & Regards,
T. Onkar Nath
OneAPPS Enterprise Technology Pvt. Ltd.
       to_onkar_at_yahoo.com
       onkarnath.tiwary_at_gmail.com

--
http://www.freelists.org/webpage/oracle-l
Received on Wed Nov 23 2005 - 01:34:17 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US