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 6 of 412 1   2   3   4   5   6   7   8   9   10   Next 10   Next 100  

Subject: RE: Very Strange Query Access Plan

Sounds like the same problem I see almost every week with bind variable peeking in my Baan & Oracle 9i+ systems - maybe someone ran the query(ies) with a bind variable value that indicated a large amo

Subject: RE: Very Strange Query Access Plan

Do you use a bind variable for the ssn column in the query? If so it could be that because of bind variable peeking you are now using a different access plan. regards Freek D 'Hooge Uptime Oracle

Subject: Very Strange Query Access Plan

All Running on 9.2.0.7 on Aix. I have a database table with 18 million rows in it. There is an SSN column in the table. Only 625 000 rows have an SSN populated. I also have an index on thi

Subject: RE: Diskgroup Mapping in RAC

Abdul If you don 't have the original DDL stored anywhere for the diskgroup (we dump all our DDL to separate scripts each night) then I suggest checking the underlying physical disks / raw slices fo

Subject: RE: {Disarmed} Role transition

_____ From oracle-l-bounce@(protected) [mailto oracle-l-bounce@(protected)] On Behalf Of Senthil Subramanian Sent Monday October 01 2007 9 56 PM To Carel-Jan Engel Cc oracle-l@(protected)

Subject: RE: Data Pump and compression

10-15% compression mentioned in documentation is only for metadata and then doc goes on to say that compress has been added at data level as well in 11g. So definitely compress ratio will lot higher

Subject: Re: All_Source Question

The following recent thread on cdos might be of help http //groups.google.fr/group/comp.databases.oracle.server/browse_frm/thread/dfe6832548fed5a1/ecf4d0744cd86331 On 10/1/07 Sam Bootsma <sbootsma@

Subject: Re: 9i RMAN restore to a different server with a backup from dataguard env

On 10/1/07 Prasad <p4cldba@(protected) > wrote > Hi Jerome. > > There is no error on the output . Ah. > it just say that file not found . That 's an error isn 't it? >somehow > it is not able to cat

Subject: Re: {Disarmed} Role transition

On 10/2/07 Senthil Subramanian <skumar.sen@(protected) > wrote > > Hi Carel-Jan > > Thanks for your valuable input on this. > I did try switching roles on a small 9i test database back in 2002 but >

Subject: Re: All_Source Question

Create schema1 grant select on dba_source to schema1 (need to do this as sys) create a view v_source as select * from dba_source where owner in ( 'A ' 'B ' ... etc.) create schema2 with create sessio

Subject: Re: {Disarmed} Role transition

Hi Carel-Jan Thanks for your valuable input on this. I did try switching roles on a small 9i test database back in 2002 but never really implemented in a real production environment. We have a soun

Subject: Re: All_Source Question

Just have them check the code out of your Source Code Control system. On 10/1/07 Sam Bootsma <sbootsma@(protected) > wrote > > We would like our developers to see source code for all objects in

Subject: RE: RAC on windows 2003 - 32-bit - nightmare

1) Make sure that the network interconnect is negotiating at 1gigabit full duplex. Don 't accept the answer that 'the hardware supports it ' but VERIFY that it is negotiating at that speed. 2)

Subject: RE: All_Source Question

Sam Is there a way to enable developers to view all source code for selected schemas without providing additional privileges? I 'd like to avoid giving dba_source privileges. Try granting th

Subject: All_Source Question

We would like our developers to see source code for all objects in selected schemas in our production database. I believe I have read that granting execute privilege on a stored procedure will also m

Subject: Diskgroup Mapping in RAC

We have a diskgroup that won 't mount due to a missing disk. Is there anyway to get a mapping of disks to diskgroups for unmounted diskgroups to find out which disk is missing? The v$asm_disk view on

Subject: RE: Data Pump and compression

As a FYI you can use the network_link option using an import and this will import data into database A thru a link connecting to database B. No need to have the data go to disk first. I have done t

Subject: Re: 9i RMAN restore to a different server with a backup from dataguard env

Hi Jerome. There is no error on the output . it just say that file not found . somehow it is not able to catch the backup piece that was done on standby server . any ideas. On 10/1/07 Vitalis Jer

Subject: Re: 9i RMAN restore to a different server with a backup from dataguard env

Hello It should work if the directory name is the same and the backup pieces are all there. Please post RMAN output with the error. On 10/1/07 Prasad <p4cldba@(protected) > wrote > the backup piece

Subject: Re: what 's the difference between "CPU I/O Wait " and "db scatter/sqenecail w

Qihua Others are more knowledgeable than myself on this but I will give this a shot. As I understand it whenever Oracle is waiting on IO the instrumentation is such that this time is reported to

Subject: Re: {Disarmed} Role transition

Hi Senthil Role transition is working very well generally. I 've done and seen this dozens of times at various sites varying from Windows Solaris Linux to AIX using all Oracle versions between 8

Subject: Re: same udpate statement takes same cpu time but significant different "seq

Hi I can see both databases spend the majortiy of the time on 'db file sequential read ' from the AWR. Another possiblity is that there are more disk contention on production than on the test databa

Subject: Role transition

Hi All I would like to know if anyone has tried the role transition between primary and the physical standby in a real production environment. We have a situation to switch the roles for couple of d

Subject: RE: RAC on windows 2003 - 32-bit - nightmare

What versions of database CRS what is the network configuration like how are the cards negotiating with the switches etc.? We need more details before we can weigh in with anything useful. Good

Subject: UCM for DDL/object scripts

Does anyone have any experience using UCM software to manage DDL scripts for development on 2 separate code releases? We are using ClearCase for version control and have been managing difference i

Subject: Re: Urgent RAC private Interconnect

If anyone has done the IPMP setting Is this need to be done after Clusterware Installation or before Clusterware installation. TIA Sanjay Sanjay Mishra <smishra_97@(protected) > wrote Hi

Subject: Re: PL/SQL delayed compilation

Thanks to everybody for comments on this. I think what I was looking for could be achieved by marking packages with EDITION. It looks like this feature was available in 11g beta but is not available

Subject: RE: RAC File System Questions

Thank you all for valuable information.

Subject: Re: EnterpriseDB as an Oracle replacement

Kevin Closson wrote a few articles about this. Maybe you 've already read them but just in case... http //kevinclosson.wordpress.com/2007/08/09/nearly-free-or-not-gridsql-for-enterprisedb-is-simply-

Subject: Re: EnterpriseDB as an Oracle replacement

We evaluated it a few months ago and found that the compatibility was not great in several areas. In the case of PL/SQL stored procedures for example they lacked support even for the most basic
Page 6 of 412 1   2   3   4   5   6   7   8   9   10   Next 10   Next 100