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 286 of 412 Previous 100   Previous 10   281   282   283   284   285   286   287   288   289   290   Next 10   Next 100  

Time out session

Thomas The LAST_CALL_ET column signifies (in seconds) the last time a session did *anything*. This value is a delta offset from sysdate. So the following query would show you the last time t

8i Standby Media Corrupt Blocks

Jack just curious Are you using the 'vanilla ' standby or Data Guard? Data Guard is there for 817 of HP as a secret but free option. Here you find the docs http //otn.oracle.com/docs/deplo

Interpreting global cache waits

Hello We have 2-node OPS cluster (8.1.7.4) mostly OLTP. The system is (predictably) susceptible to high CPU saturations. From the 10046 traces I see PCM lock contention for indexes of hot (high

Subject: 10G Grid Control on AIX

Has anyone successfully loaded Enterprise Manager 10G Grid Control (10.0.1.2) on AIX 5.2? I have had a tar opened now for a week and support hasn 't come up with anything useful. I am getting an e

How to calculate the CPU Time for a procedure

Hi Gurus I have to calculate the CPU time taken or utilized for execution of various application packages/procedures during various phases - such as Parse Execute and Fetch (where applicable). I

inittrans on auti segment management

Hi all I am sure that inittrans is one of the values controlled by oracle when you are using auto segment management on a locally managed tables. Am I correct or is this still a DBA managed val

rowid

it is the rowid on which the waiting session is we... waiting. That can be seen in v$session the columns to use are row_wait_obj# - > the object row_wait_file# - > datafile number row_wait_blo

That crazy CBO.....

Jonathan Gennick wrote >I 'd argue that Oracle should fix it. One shouldn 't have to >bother with something as cumbersome as 10046 trace just to >see an execution plan. I don 't even like having to

HPUX Patch for NFS Causes Db Issues on NetApp Filer

3D 3D 3D 3D 3D 3D 3D 3D 3D 3D 3D 3D 3D 3D 3D 3D 3D 3D 3D 3D 3D 3D 3D 3D 3D 3D 3D 3D 3D 3D 3D 3D 3D 3D 3D 3D 3D After applying some patches to an HPUX box the problems below began to occur. This

TEMPORARY TABLE

Raja We don 't even do delete 's on this table - nothing. Oracle cleans it up for us at the end of each transaction. So I 'd say you are doing extra work. And what kind of statistics do we ex

Need to setup a client database - advice

Lizz 1) Personal Oracle is licensed by each desktop/laptop it 's installed on. It 's $400 per user. Oracle Lite may be a better choice as it appears to have the synchronization features you 'll ne

Subject: Order By Character Column

Try this. It 's also kludgy but at least its a bit of a smaller kludg. SQL > select case 2 when ascii(a) < 65 then lpad(to_number(a) 8) 3 else a 4 end 5 from sort_test 6 order by

Subject: Emailing Query Results?

I would like to create a query that runs nightly (maybe a procedure kicked off from oracle jobs?) that runs a query and if the query results in rows returned then to have it email to a specified

Multiple ORACLE_HOMEs in 9iRAC on Linux

We are building a Linux Cluster [initially 2 nodes later 4 nodes] to hold multiple Oracle databases. On Unix we always maintain seperate ORACLE_HOMEs if there is more than 1 database on a

Error 45 initializing SQL*Plus

All - I have an Opalis job that creates a seperate script to disabling constraints truncating the tables insterting from production instance and re-enable the constraints. However the SQL er

Check constraint

Thanks for all of the suggestions. Once we actually have an application (I 'm beginning to start on that now after 8 years of data cleanup) the separate table and trigger mechanism would probably wo

ORA-600 [12235]

This must be PeopleSoft 's real argument for takeover. On Tue 26 Oct 2004 17 03 46 -0400 Paul Drake <bdbafh@(protected) > wrote > This is not a joke it really occurred. > > Tue Oct 19 22 40 1

5 gb rbs on Windows

Environment Windows XP professional Oracle 8.1.7.4 Using Database Configuration Assistant following my software vendor 's instructions I entered the following values for on Rollback tab

Subject: Advanced Replication Question

Hi All In order to avoid the data conflict between replicated sites we are trying to push the changes to the other site as soon as possible. Questions - Is it possible to setup more than on

How to search on LONG datatype column

On Tue 26 Oct 2004 14 43 57 -0500 Jesse Rich <rich.jesse@(protected) > wrote > The setup is still a but tricky and try to find resources for creating a > stoplist but it works great f

SQL statement

George Works fine for me in 9.2. What version you working on? Tom Mercadante Oracle Certified Professional -----Original Message----- From Rusnak George A. (SEC-Lee) CTR [mailto georg

having a senior moment and can 't fingure

Hi your query can be like this select field1 from table1 where length(field1) 4 and is_number(field1) 1 while is_number is seperate function like this -- return 1 if input param c

Subject: oracle 9i build document

Use the silent install *.rsp files and prepare 2-3 batch scripts that activate the installer with them. My manual for the people who build database server is Run script a Run script b etc. Th

Subject: Which Character Set for 9.2

>Why is the 8 bits good and 7 bits bad? >Is there any valid reason? > >-- Babu I once worked on a military contract. Since at the time it was difficult to switch charactersets in a database

Subject: Cleaning up TEMP tablespace.

Hi List On one of our databases the Temp TS is currently 13 5 GB. The tablespace is type TEMPORARY. DB version is 9.2.0.4.0 running on AIX RS 6000. It is a produktion database and bounc

OCP Vouchers??

Surendra You mean you took the test and passed? Congrats!!!!! Tom Mercadante Oracle Certified Professional -----Original Message----- From Surendra.Tirumala@(protected) [mailto Surendra.T

Something I 'm missing in minus set operation...oops

Yep...one more sip of coffee. I neglected to take out a literal table name from the bottom piece. 20 Sorry about this. ...i promise not to post anything before 8 30am anymore! ) 20 -----Ori

Something I 'm missing in minus set operation...

No...i actually didn 't do a straight copy and paste...i have 'where owner 3D 'OWNER ' ' Sorry about that. 20 -----Original Message----- From oracle-l-bounce@(protected) [mailto oracle-l-boun

Subject: Optimizer Plan 's Cost

AFAIK.. The Cost is Aggreagted from the First Step Onwards to the Last One. So the First Line In your plan is the last step and that is the Cost of the Plan. HTH Cheers Ganesh On Tue 26

Subject: Help understanding CBO plan

Hi I see that CBO did a wrong choice for his plan (HA join is the best not NL). I did a 10053 trace and there 2 two things I don 't understand How is comptutated this line BEST_CST 2166
Page 286 of 412 Previous 100   Previous 10   281   282   283   284   285   286   287   288   289   290   Next 10   Next 100