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 15 of 412 Previous 10   11   12   13   14   15   16   17   18   19   20   Next 10   Next 100  

Data protector Agent integration 6.0 with oracle 9.2.0.5 on Windows 2003 server

Hello Does anybody have installed dataprotector agent for oracle? we have a problem we installed dataprotector agent in the 2003 server running oracle and Rman cannot see the library we are settin

Subject: ocfs2 cluster

full production (and with suse linux its actually part of the standard release) On 31/07/07 Kerber Andrew W. <Andrew.Kerber@(protected) > wrote > > > I have been doing some personal experimentation usi

Subject: invalid ROWID

Most likely from the rebuild. I would have to look at the explain plan to be sure but most likely its trying to read the index that is being rebuilt. It 's a known issue you might try to rebuild on

Subject: strange uga in 10.2.0.1

all i have 10.2.0.1 on HP-UX and DSS type application sga 10g pga 12g real memory 32g i found on AWR session pga memory 1 847 738 288 64 196.78 485 991.13 session pga memory ma

Oracle Development Licensing (was "vmware & Oracle ")

I know this subject has been beaten to death pretty well already but I just recalled a good resource that I don 't think has been mentioned yet in this discussion - the Oracle Software Investment Guid

Subject: Upgrade to 10g on Linux

I 've got to upgrade Oracle 9206 to 10g on LINUX. Has anybody run into anything unusual when doing a similar upgrade on Linux?

Subject: SELinux and CRS

Hi Bill my take which may resonate with you is to treat it like Windows Firewall - either disable- or learn. Its there as a security measure - you may not need it. On 30/07/07 William Wagman <wjwa

Subject: data pump and compression

Has anyone found a way to use compression with data pump like so many of us did with export/import? While a "set " may compress nicely you still need "full size " to uncompress and import. Have we

Subject: Monitoring Oracle 9i

Check thread Oracle monitoring with visual eye candy at http //www.freelists.org/archives/oracle-l/04-2007/threads.html Gints Plivna http //www.gplivna.eu 2007/7/30 Oliver aka v1k1ng0 <ofabelo@(protected)

SQL hash is wrong in v$session

Adi Where are you getting the SQL statements? What Oracle version? Dennis Williams <div >Adi </div > <div >  </div > <div >Where are you getting the SQL statements? What Oracle version? </div > <div >

rman 9.2.0.5 integration dataprotector 6.0 windows server 2003

Hello Does anybody have installed dataprotector agent for oracle? we have a problem Rman cannot see the library we are setting the variable sbt_library c \windows\system32\orasbt.dll and the trace

Subject: Data Guard Standby Database

Hi Listers I am working with a 2-node RAC system and we are thinking about using Data Guard 's physical database feature for DR Do you know if we can use a single instance physical Standby data

Installation Problem -- Urgent question

Per Metalink note 443617.1 you may be missing an OS package such as libXp. Double-check the required packages and install the required ones that are missing. Bob Stauffer DBA D&E Communica

Subject: Filter data in Oracle Streams

I 've a question for streams folks that have used data filtering during capture. We are using a downstream configuration and the logs from the source (living on a different host) are shipped and regist

alter user identified externally

Gene You need 'ALTER USER ' privilege to do this. SQL > create user nondba identified by nondba User created. SQL > grant connect to nondba Grant succeeded. SQL > conn nondba/nondba Connected. SQ

script to drop/create schema indexes

you may use dbms_metadata package to get ddl for indexes in question... Prem Khanna J wrote Friends I want to drop/create all indexes of a schema. This is on 10.2.0.2/AIX5.3L . Thought I don 't w

Subject: oracle snmp on aix

Hello someone has configured oracle snmp on aix succesfully? I have a problem when I try run "./start_peer -a " like root it shows master_peer.out --- > Error Incorrect arguments. encap_peer.out -

Subject: many seconds waiting for I/O?

To the OP You need to remember that the EVENT column in V$SESSION_WAIT records the *last* instrumented wait - executing on CPU is NOT waiting. In other words if a session performed a 'db file seque

Subject: Oracle-L traffic fall off?

Hey man! It wasn 't meant to be like that. Go ahead and post it - I promised to keep the BAAG dog locked. -) On 7/27/07 Don Seiler <don@(protected) > wrote > Yeah sorry about that. Ever since the for

ASM mirroring vs SAM mirroring

You can consider placing 3rd voting disk to NFS if it 's available. You can actually run cluster with two voting disks but reliability of this solution is lower than with one. ) Regarding ASM mirrori

A question on supplemental logging on 10.2.0.3 RAC

I guess I should ask is there a reason you found to suggest you cant do it As this is part of core architecture for supporting some requirements for Data Guard and streams I dont see why it woul

Need help in finding the usernames which belong to particular tablspace

Anant What are you trying to determine? The users who have objects stored in that tablespace? select distinct owner from dba_tables where tablespace_name ' <TS_NAME > ' Also check for indexes and

Subject: literal math

Is there a way you know of to take a literal like *1*8*1 and turn it into the result of 1 times 8 times 1 (8)? I 'm trying to do this in a connect by prior sql inside a stored procedure. I 'm using th

Subject: Need another pair(s) of eyes

So which one performs better? -----Original Message----- From oracle-l-bounce@(protected) [mailto oracle-l-bounce@(protected)] On Behalf Of Wolfgang Breitling Sent Thursday July 26 2007 6 2

Subject: Concurrent io AIX 5.3

Hello all! I am configuring a new AIX 5.3 machine for an oracle database 9.2.0.8 The file systems are JFS2 with the blocksize of 4K which matches our db block size. I would like to implement Conc

Subject: ** cman with 10g

Hi I am trying to configure cman with version 10 host server to enable connecting to a target 8i database. Is this OK? Has anyone tried it? What would be the value to be given for remote_listener

Subject: CPU Patch question

9204 9205 9206 to be upgraded to 9208 or 8207 and 10201 need to be patched and upgraded to 10203 or 10202 to apply CUPs....is that correct?any comments? 9204 9205 9206 to be upgraded to 9208 or

messages on /var/log/messages under CENTOS 4.5 after OCFS2 setup?

I checked our CENTOS 4.5 server /var/log/messages and found almost every second have message in it. This server just setup ORACLE 10GR2 RAC and OCFS2 file system. Can anyone tell me where is messa

Where should RAC listener run from

The listener can be run from any home. The separation between ASM and DB homes gives you more flexibility in patch management. I imagine that upgrading ASM to more current patchset than DB is easier

Subject: Partitioned server

Peter One thing to consider is upgrades. In the future you 'll have upgrades of H/W O.S. Oracle and applications. Often it is difficult to properly test upgrades when a server is shared. Dennis
Page 15 of 412 Previous 10   11   12   13   14   15   16   17   18   19   20   Next 10   Next 100