Mailing List
Home
Forum Home
Oracle List - by freelists.org
Oracle on SUSE Linux - Runing Oracle on SUSE Linux
Oracle database error code ...
www.freelists.org
Subjects
ORA 12540: TNS:internal limit restriction exceeded
ORA 12838 please : Is possible to append two times to the same table befo
ORA 12838 please : Is possible to append two times to the same table before
ora 04031
ora 12500 on windows
ORA 32004: obsolete and/or deprecated parameter(s) specified
ORA 01925: maximum of 30 enabled roles exceeded
ORA 01925: maximum of 30 enabled roles exceeded
ora 12500 on windows
ORA 01650, one idea
ORA 01650
ORA 4030
ORA 12838 please : Is possible to append two times to thesametable before do
ORA 12838 please : Is possible to append two times to thesame table before d
ORA 01536
ORA 03113 end of file on communication channel
ORA 32004: obsolete and/or deprecated parameter(s) specified
ORA 00600:
ORA 00020: maximum number of processes (%s) exceeded
ORA 01925: maximum of 30 enabled roles exceeded
ORA 3113 while creating a cluster database 9201 RAC on Linux with OCFS
ora 12500 on windows
ora 12500 on windows
ora 12500 on windows
ORA 01650, one idea
ora 12500 on windows
ora 12500 on windows
ora 12500 on windows
ORA 2000 Error Using DBMS STATS GATHER SCHEMA STATS
ORA 01650, one idea
ORA 01650, one idea
ORA 01650, one idea
ORA 01650
ORA 01650
Subject: ora 01031
ORA 4030
ORA 4030
ORA 06502: PL/SQL: numeric or value error: Bulk Bind: Truncated Bind
Subject: Re: ORA 01722 invalid number
 
Oracle List
Page 115 of 412 Previous 100   Previous 10   111   112   113   114   115   116   117   118   119   120   Next 10   Next 100  

anyone successful install ORACLE 9ir2 (32 bits) on Redhat AS4 EM_64

I have been tried several times to install 32 bits ORACLE 9ir2 under Redhat AS4 EM_64 and NO luck. Does anyone successful on that? Thanks.

cursor sharing

Did you checked in v$sql_plan the real execution plan with CURSOR_SHARING_EXACT ? genegurevich@(protected) wrote Hi all Can someone recommend a good article on the cursor sharing in Ora

Subject: ORA-01410 on data dictionary

I recently copied a database by restoring a hot backup on another machine creating a new controlfile with new DB name and recovering. All went normally but we are now getting ORA-01410 Invalid row

Parametric, Static and Dynamic reports how to

Hello to all In our organization we need to found a reporting system which will be used by our high_level management personnels at first. After then which will be opened for the use of other users ha

Insufficient privileges to create sequence with DBA role?

Michael alter session set events '10046 trace name context forever level 12 ' <run your create statement > alter session set events '10046 trace name context off ' check user_dump_dest for a resu

are there any extensive docs on 10g wait events?

I think K Gopalakrishnan has explained it in his Oracle Wait Interface Oracle Press 2004 http //www.amazon.com/exec/obidos/tg/detail/-/007222729X/ Chapter 8 talked about it. On 6/19/06 ryan_gaffur

Subject: ** ordered use_nl question

That syntax doesn 't look right to me - I think it should be "ordered use_nl(a b c d) " (not ordered_nl)

Can 't get rid of event "1403 trace name errorstack "

Hello list at a client we 've set event 1403 trace name errorstack to track down a batch process that exits with this error and have therefore set the event using alter system set events '1403 tra

archiving, redologs , database stopping

V$LOG is your friend. There are two interesting columns to you - one reflects that there redo log needs to be archived (than ARC performace is bad). - another one reflects that redo log is required f

Subject: 10g data dictionary docs?

Are you looking for (Database) Reference ? If yes just click on the link "Reference " then. Yury On 6/19/06 ryan_gaffuri@(protected) <ryan_gaffuri@(protected) > wrote > > > > in 8 and 9 oracle had

Importing dump in different tablespace

It also doesn 't work for LOB segments at least for 10gR1. Keith > NB this does not work for partitionned tables. In this case you have to > pre-create the tables and use ignore y upon import. Y

Subject: Maximum Db_cache_size?

Is it good or bad to use all available (not used for other purposes eg. shared pool or pga) RAM for buffer cache? I am talking about 32GB RAM range. Oracle is not in-memory database but anyway - mem

Nologging

because only a very limited of operations can not be logged normal inserts and updates and deletes will be logged indexes will always be logged. You could also have force_logging set at the databas

JSP encoding problem

Last attempt ) It seems that this is multibyte garbage - nullbytes (perhaps Unicode 16-bit charaters) - when selecting from remote database (Oracle 8.1.7.4) via http/jsp (the Oracle Applications /ad

Can 't find the sql text from v$sql via the hash value

Try event 10046 tracing. as mentioned earlier in a oracle-l thread not all SQL statements are present in the shared pool. Regards Joseph eagle fan <eagle.f@(protected) > wrote hi

SANS SCORE ORACLE SECURITY CHECKLIST ~ CALL FOR PARTICIPATION

Hi List I have been tasked by SANS with the rewriting of the SCORE Oracle Security Checklist http //www.sans.org/score/oraclechecklist.php We already have enough material for a major revision but wis

Subject: OT: JSP encoding problem

iAS 9i r1 (1.0.2.2.) + Oracle Portal 3.0.9.8.0 Solaris 8 Oracle Database Server 8.1.7.4 Custom JSP suddenly stops working and in the custom application log we see some "strange " characters. 1. Befo

Subject: Grid Control and provisioning

Hi 10gR1 Grid Control is as bad as it can get( haven 't tried 10gR2). Brings back memories of 1997 and first release of OEM agent which didn 't work. Then they fixed it. Now it is garbage again. Provin

Reducing sga_target in 10gR2 without getting ORA-00827

To attempt to mitigate ORA-04030 crashes we 've been experiencing Oracle has suggested lowering sga_target. Unfortunately the log/trace files have provided no clues at all as to what is causing thi

8i - > 10gR2 update

Hi Alessandro we just did a mig of 8.1.7.4 to 10.2.0.2 using exp/imp. The export files were 100Gb in total. No tables with LONG type columns and millions of rows so the import finished rather smooth

/3GB switch on Win2003 Standard Ed (ORA-04030)

On 6/16/06 Michael Ray <topshot.rhit@(protected) > wrote > We 've been having ORA-04030 instance crashes every 3-5 weeks since > moving from 8.1.7 on NT to 10gR2 on a more powerful server and Oracle 's

.Net Windows x64 EMT and the oracle client

Hi We have tried to get that is built to run on Windows .Net 1.1 and we have tried deploying it to a Windows 2003 64bit system with little success. Has anyone had success deploying .Net applicati

DATE

Oracle9i Database brought support for ANSI date and timestamp literals. For example SELECT DATE '2006-03-15 ' FROM dual SELECT TIMESTAMP '2006-03-15 10 52 30.99 ' FROM dual etc. The format of suc

ora 936 in OEM

You should see more details in the logs/traces. 2006/6/15 genegurevich@(protected) <genegurevich@(protected) > > Does anyone know what does ORA-00936 error indicates when it appe

PX query rowsource stats stored in the data dictionary? (10gR2)

Curious if anyone knows if 10gR2 stores the operation rows for parallel execution queries. Looking for something like last_output_rows per operation from v$sql_plan_statistics[_all]. I see that v$pq_t

ORACLE 10gr2 collect statistics on sys and system?

Thinking logically - Oracle was pushing everyone to CBO but Oracle developers themselves were not ready to switch to CBO in 9i. In 10g they got ready for CBO on dictionary tables and this is why you n

10g OEM - How to discover listeners which run on non-default port & name ?

Friends I have got 10.2.0.2 OMS setup on a machine U029. And on another machine U502 i have a 10.2.0.1 agent running. U502 also has a 9.2.0.7 database VMP1 listener VMP1_LISTENER running on port

FILESYSTEMIO_OPTIONS (AIX 5.2 ML06, 9.2.0.5, JFS2)

You can see CIO in the FILE-FLAG column if you run lsof +fg e.g. tarunx01 /home/abielewi # /p570build/LSOF/lsof-4.76/usr/local/bin/lsof +fg /baanprd/oradat COMMAND PID USER FD TYPE

clarification on partitioned tables

I have a partitioned table in my schema. The cron job runs an analyze command to collect statistics. Does the analyze command collect stats on the table partitions? Do I have to explicitly use th

Toplink

I am trying to use Oracle Toplink in my java app to pass objects to oracle. I am using version 10.1.3 of Toplink and 10.2.0.1 oracle DB. I am developing in RAD 6.0. Or if someone knows how to do
Page 115 of 412 Previous 100   Previous 10   111   112   113   114   115   116   117   118   119   120   Next 10   Next 100