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

Home -> Community -> Usenet -> c.d.o.server -> Re: Oracle 8.1.5 on Suse 7.1

Re: Oracle 8.1.5 on Suse 7.1

From: Rajiv Gangadharan <rajeevg_at_earthlink.net>
Date: Wed, 13 Jun 2001 23:36:48 GMT
Message-ID: <kOSV6.2600$aV1.220965@newsread1.prod.itd.earthlink.net>

I think I know what your problem is do the following steps 1> do an "ldd" on the executable svrmgrl 2> ldd will show that some of the shared object files which are reffered are missing
3> search for the missing .so files
4> then either copy these .so files to the path searched (LD_LIBRARY_PATH is the path searched) or add the destination of these files to LD_LIBRARY_PATH. This should solve your problem.

"Yellowsub" <yellowsub_at_free.fr> wrote in message news:c2QS6.4199$x74.5749811_at_nnrp4.proxad.net...
> Fews days ago i wrote. Thanks for answers.
> I run the patch glibc-21.1.3-stubs.tar.gz.
> Then I launch svrmgrl and I got the following error. Has somebody already
> got this error ???
>
> SVRMGR> connect internal/admin
> Connected.
> SVRMGR> startup nomount

 pfile=/u01/app/oracle/product/8.1.5/dbs/initORCL.ora
> ORACLE instance started.
> ORA-01012: not logged on
>
> ***************** My alert file : **********************************
> Tue Jun 5 21:23:58 2001
> Starting ORACLE instance (normal)
> LICENSE_MAX_SESSION = 0
> LICENSE_SESSIONS_WARNING = 0
> LICENSE_MAX_USERS = 0
> Starting up ORACLE RDBMS Version: 8.1.5.0.0.
> System parameters with non-default values:
> processes = 50
> shared_pool_size = 3500000
> control_files = ora_control1, ora_control2
> db_block_buffers = 100
> log_buffer = 32768
> log_checkpoint_interval = 10000
> db_files = 80
> db_file_multiblock_read_count= 8
> global_names = TRUE
> db_name = ORCL
> parallel_max_servers = 5
> max_dump_file_size = 10240
> PMON started with pid=2
> OER 536879337 in Load Indicator : Error Code = 557232296 !
> DBW0 started with pid=3
> LGWR started with pid=4
> CKPT started with pid=5
> SMON started with pid=6
> RECO started with pid=7
>
> ****************** My trace file :Dump file ********************
>
> /u01/app/oracle/product/8.1.5/rdbms/log/pmon_2768.trc
> Oracle8i Enterprise Edition Release 8.1.5.0.0 - Production
> With the Partitioning and Java options
> PL/SQL Release 8.1.5.0.0 - Production
> ORACLE_HOME = /u01/app/oracle/product/8.1.5
> System name: Linux
> Node name: linux
> Release: 2.2.18
> Version: #1 Wed Jan 24 12:28:55 GMT 2001
> Machine: i686
> Instance name: ORCL
> Redo thread mounted by this instance: 0 <none>
> Oracle process number: 2
> Unix process pid: 2768, image: oracle_at_linux (PMON)
>
> *** SESSION ID:(1.1) 2001.06.05.21.23.59.083
> OER 536879337 in Load Indicator : Error Code = 557232296 !
>
>
>
>
>
>
>
Received on Wed Jun 13 2001 - 18:36:48 CDT

Original text of this message

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