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 32 of 412 Previous 10   31   32   33   34   35   36   37   38   39   40   Next 10   Next 100  

Subject: dba_extents and dba_segments

Just a guess - maybe the dba_segments view filters out dropped objects (i.e. those in the recycle bin) while dba_extents does not? Privileged/Confidential Information may be contained in this messag

RE: Is it really necessary to reduce ITL Waits to near zero?

Hi David I actually did read most of your last post and I was going to reply. But I got pulled into a meeting and sidetracked etc.... Anyhow to address your much simplified question No if

Query on all_tables taking long time

Hi We have a function that checks if the table exists in current schema if specified without the schema name or all_tables if we specify the table name as object_name.table_name and it looks like qu

Controlfile Recovery Requires RESETLOGS

My reply then was

Subject: re: Hybrid database backups

Paula We back up our Production databases with a hybrid approach. All of these methods have proven valuable for recovering all or parts of data or objects at various times. Our Production applic

Understanding Gets, Pins and Reloads - V$librarycache

I was reading the link. It is advising the use of cache hit ratios to measure the effectiveness of the shared pool. An example calculates the hit ratio to be 99.9%. Also the following "Lastly a br

Re: Interpreting csscan results

Off the top of my head perhaps there 's an 'invisible ' control character in there? Try this Select source dump(source) from sys.source$ where rowid 'AAAABHAABAAAHqVABL ' Do you see anything odd o

Subject: Interpreting csscan results

I 'm pretty sure you want to fix those things BEFORE using CSALTER. Let 's suppose that there is a lossy character in a column name. That allows the logical possibility of identical column names after

Run command on sqlplus repetitively without reconnection.

} I want to run a command on sqlplus without making re-connection. At the } same time I also want to see the output. With ksh93 (and pdksh on Linux for example) you can use co-processes $ echo $K

Forecasting Oracle Performance book

The book "Forecasting Oracle Performance " was discussed here recently. I just found that bookpool has it for $21.95 cheaper than Amazon. http //www.bookpool.com/.x/SSSSSS_C606S609765D0705091058/sm/1

Subject: Oracle 10 listener and XDB

On 5/9/07 John Dunn <JDunn@(protected) > wrote > When I start the oracle 10 listener it shows an XDB service running. > I don 't want it running and I am sure in previous versions I just removed > the

Subject: problems with memory

Remigiusz A cruder method which might reduce the incident of these errors would be to increase the SGA assuming you can allocate more memory. Dennis Williams <div >Remigiusz <br > <br >A cruder metho

tcp.nodelay - does it apply for Oracle 10g?

Also try to find out what version of the client software you are running. Older versions may not set this value on the client so you have to do this by hand. Anjo. On 5/9/07 Edgar Chupit <chupit@

RAC - Low FILE DESCRIPTOR LIMIT

On 5/9/07 Shivaswamy Raghunath <shivaswamykr@(protected) > wrote > > > Hello. > We are on RAC on 64 bit RedHat Linux 2.6.9-34 on 10.2.0.2.0 DB with ASM. > > I keep getting following message on Alert l

RMAN - Duplicate Database with Veritas to new server

Have you enabled "alternate client " restores as documented at h <http //support.veritas.com/docs/196781 > ttp //support.veritas.com/docs/196781 and in Metalink 209117.1 under the heading "Redirecting a

Dual homes on application clients

My mentors we are in the midst of migrating from 9i to 10g. we are a small shop and unfortunatly are bound to the old hardware for the applications hitting the new database. My question is for o

Business objects/Oracle security

We are doing this with our situation. We have a BO user created that connects with read only access to the databases. We grant specific table access to this user (not all tables only those needed

Is it really necessary to reduce ITL Waits to near zero?

David If ITL Waits are not a significant contributor to response time nor causing deadlocks can you think of a circumstance that justifies reducing ITL waits on an object? Must be my analness but I

Subject: Logfiles in RAC database

No each instance has it 's own thread#. From my 2-node rac db SQL > select INST_ID THREAD# from gv$log INST_ID THREAD# ---------- ---------- 1 1 1

Copying target DB online using RMAN

The objective is to move a DB to a set of new disks on the same host with minimal downtime using RMAN then switch the application to using the newly moved DB. My idea is to do is using COMPLETE dup

Dropping and creating tables on the fly

Andrew I 'm not aware of an issue with the data dictionary. Are you thinking of tablespace fragmentation? Here is my thought - Ensure these tables are in their own tablespace which is locally-man

Rman - created file already exists

Schauss Peter wrote > I have an rman script which have been using on 8.1.7.4 for several > years but when I run it on 10.2.0.2.0 I get the following error message > for each channel > > RMAN-03009

Problem with 10.2 install on AIX 5.2

John Check the alert log. Dennis Williams On 5/8/07 Bobak Mark <Mark.Bobak@(protected) > wrote > > This is generally a symptom of another problem. Is "TNS lost contact " > the only error

Executing UNIX (Shell) command with in SQL Plus invokes .profile - WHY?

Greetings SUN SOLARIS 5.8 When I execute Shell Commands with in SQL Plus with a (!) every time its reading .profile and displays Banner etc. its very annoying How can I get rid of this --

Subject: AIX5L 10G download corrupt

John Is there any possibility you use FTP in ASCII mode? In reviewing your posting it seems you are getting a consitent result but you didn 't mention whether you are trying different download method

Oracle 10g r2 on windows Removing of features

If you are creating a database on windows using dbca you have option to deslect these features so these will not be a part of database. Regards Rafiq From "Vincent verpoort " <vincent.verpoort

Bind variable peeking and Dynamic sampling

Hi I am at a site which is a high intensive OLTP site doing more than 400 txns/sec on a 8 node cluster on 10.1.0.5 RAC. We are thinking of switching off bind variable peeking and looking into a

BUG: Row_Number() - Help with a test case

Hi All I 've posted this on the OTN forums but haven 't had much help so apologies to anyone who 's already seen this. We 've come across a bug in our 10.1 instances when selecting from a view which u

Subject: dataguard on 1 server

Hello I 've been asked to create a dataguard environment with the primary and standby (logical) residing on the same box. I haven 't found a good document that explains the procedure. I kno

OracleCRService can not be started

2-node Rac on windows oracle version 10.2.02 crs version 10.2.03 I tried to start OracleCRService on one node and it faied (the other node is OK). C \oracle\product\10.2.0\crs\BIN >crsctl check
Page 32 of 412 Previous 10   31   32   33   34   35   36   37   38   39   40   Next 10   Next 100