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 114 of 412 Previous 100   Previous 10   111   112   113   114   115   116   117   118   119   120   Next 10   Next 100  

oracle recompiling sql the same sql repeatedly?

>From oracle-l-bounce@(protected) [mailto oracle-l-bounce@(protected)] On Behalf Of Jesse Rich >For us it was either recode all of our programs to use bind variables (when we started with Oracl

Capturing DBMS_XPLAN.DISPLAY output

No need to be rude. You can create custom procedure to concatenate and stream output from "select * from table(dbms_xplan.display) " into a single blob value. If you don 't need a single value use cr

TEMP tablespace not Freeing the space

Morning 'Y ' > > "Jurijs Velikanovs " <j.velikanovs@(protected) > 06/22/06 08 56pm > > > > >Just in case you would like to find who is really consuming space TEMP tbs <snip > if you don 't mind a small corr

RMAN backup of a Standby while it is in MRM

According to this looks like it was supported in 9.2 but I 'm not sure about 10.1 http //download-west.oracle.com/docs/cd/B10501_01/server.920/a96566/rcmb ackp.htm#445993 Privileged/Confiden

DBA_OBJECTS using Distinct Vs Group By

Any ideas why "GROUP BY " query is faster that "DISTINCT " in this query? SELECT OWNER FROM DBA_OBJECTS GROUP BY OWNER Good Timing (GROUP BY) Plan (runs in 9 secs)

Subject: RE: Query returns wrong results

A few weeks ago I posted a 10.2.0.2 query example that produced the wrong results. This turned out to be a bug 5228983 and is related to partitioned tables so I thought I might as well post a warn

Asynchronous calls from within Oracle?

Hi List If there is any way for an Oracle Package to make an Asynchronous call from within Procedure A to another Procedure B where Procedure A can finish and return regardless of Procedure B 's s

Detecting SELECT FOR UPDATE WAIT ... failures

Just curious - why would you suspect it to be a DDL operation? Seems to me that DML would be more likely. Also you say "another DDL " as if SELECT FOR UPDATE WAIT is also a DDL statement. Maybe it

move db from one server to another server

I want to move a db from one server to another. I basically have to do it this way. No upgrade in place etc... The first server is Solaris 8 sparc with oracle 9.2.0.5.0 the second or new serv

Investigating ORA-01552 / ORA-00376 errors

Renee The root cause of this error is likely misconfigured backups (at the OS level). a rogue process locked the file. too bad it wasn 't the system tablespace 's datafile. The larger the datafile th

Subject: quick ref ora, xp, and stuff

I 've been hoping that m$ would invent man -k for years. This will do http //www.ss64.com/index.html -- http //www.freelists.org/webpage/oracle-l

Subject: Oracle script on the wtf

On 6/21/06 rjamya <rjamya@(protected) > wrote > > http //thedailywtf.com/forums/thread/78254.aspx > > Vendor supplied script was > > start oracle > sleep 1000000000 > stop oracle > > You have to read t

Logical Standby - skip columns?

Hi List Barely related to initial subject - does anybody have clean/correct/tried document/note on how to configure logical standby ? Regards Ranko. On 6/21/06 tristan.van.essen@(protected) <t

Install 10g EM Agent on 2 node veritas cluster ?

Friends I am want to install 10g Agent (10.2.0.1) on a 2 node veritas active/passive cluster. I found no document on metalink for doing this. The most confusing part is Normally a cluster node ha

Export whole schema except data from 1 table?

> I want to export a 10gR2 schema onto my laptop but it has one huge > table with data I don 't need. 10gR2? Just use expdp and EXCLUDE keyword. -- Egor http //www.oracledba.ru -- http //www.freeli

ASM and RAID

ASM and all Oracle Guru I would like to know if you can shared your experience of the prefer/best practice of creating ASM diskgroups with storage subsystem like RAID. Oracle recommends create two d

ANSI SQL

I have the following SQL select ptd.MPID ptd.FIRST_NAME ptd.LAST_NAME ptd.DOB ptd.SSN ptd.ADMIT_STATUS_DESCR FD.FACILITYNO FD.FACILITYNAME pdl.MD_FIRST_NAME pdl.MD_LAST_NAME pdl.MD_UPIN m

Oracle MTS

Hi We are on Oracle 9.2.0.7 (32 BIT) Windows 2003 adv server using OFS.(Oracle Fail Safe). We are looking into adding shared server support to our Production database due to resource limitation of

Sys stats Multi block read time less than single block read time

I am wondering how *exactly* Oracle defines system statistics for A) single block read time B) multi block read time. On my system (9206) I see values 1.3ms for multi block and 2.7ms for single bloc

Extended sql_trace output reporting incorrect elapsed time

In some 9.2.0.5 on AIX (single instance dedicated server) trace files I am seeing incorrect elapsed times for database calls (not wait events). Diagnosis becomes difficult when tkprof reports the qu

Subject: 10046 not tracing everything?

Is the query perhaps running in a wrapped package ? That would be a reason Stefan On 6/20/06 Schultz Charles <sac@(protected) > wrote > > Good day all > > We are trying to isolate a query th

Subject: Oracle Change Data Capture

Is anybody out there using async CDC from oracle? I heard the it is brand new ( async CDC is production from 10gR2 ? ) I am totally new to this feature of oracle and i am researching this before we th

Job Transition from Oracle to DB2 ? ... Comparisons & Advice please

I am using it on AIX not mainframe but a good resource is http //www.idugdb2-l.org/archives/db2-l.html and http //www.redbooks.ibm.com - very good resource Also IBMs own website is good f

listener processes being spawned 10g

We ran into the same issue (10.2.0.1) and support referred us to this note (284602.1). The note documents two solutions. We implemented solution one (rename ons.config) but the problem re-occurred

Subject: multipathing, AMSLIB and HBA

Hi Cindy ASM and ASMLib currently have no multipathing capability. So to remove the Single Point of Failure storage connectivity per server you need to provide at least two paths to that storage

Subject: surrogate keys or composite?

Amonte Are you asking how do you convert the tables to use a surrogate key? A bit of coding will accomplish this. But your application also needs to be changed so that when it inserts new recor

Fine Grained Auditing: modify results?

Is it possible to modify the result set returned by a SELECT statement that is trapped by Fine Grained Auditing? I am using this process to detect when an accessed column is actually archived outside

Subject: Audit trails to syslogs

Logging to OS has been supported for quite a while now http //download-west.oracle.com/docs/cd/B14117_01/server.101/b10755/initparams015.htm#sthref88 On windows entries will pop up in the event lo

EMC SRDF

SRDF doesn 't care what 's on the devices being replicated. Make sure you upgrade Oracle on the servers at the DR site if you installed the binaries on local drives. On Jun 19 2006 at 06 59 PM

Replicating tables with user-defined datatypes

As mentioned today on another thread - you can consider "skip procedure " feature of logical standby. I don 't know about 10.1 but it 's there in 10.2 at least. 2006/6/20 Mark Strickland <strickland.ma
Page 114 of 412 Previous 100   Previous 10   111   112   113   114   115   116   117   118   119   120   Next 10   Next 100