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

Upper Case retrieval of Data - Possible ?

As part of porting an Application from SQL*Server to Oracle when using SQL/PLSQL etc we need to retrieve Data in UPPER Case "Database-wide " irrespective of Case of storage of data within the fiel

Beware implementing standby/dataguard databases over slow network

I was under the false impression that if you had your remote destination (log_archive_dest_2) configured with ARCH and OPTIONAL then problems with transmitting the logs to your standby could not impa

Managing CPU_COUNT for micro-partitioning on AIX

Hmmm... This is something of a thorny issue... First off correct me if I 'm wrong (I probably am and I 'm sure somebody here likely will) but isn 't CPU_COUNT mainly used by the database to decide t

write consistency/read consistency

I think there is a problem with this query. I do not know your where clause for the inner query but it can update all table_a if it is like this Create table table_a(id number number_ordered n

Backing up the recovery catalog

Hello everyone I 'm curious how you all are going about backing up your recovery catalogs. Do you do it through rman backups or logical exports or both? I 've always done it through logical expor

does number of datafiles affects buffer related wait events?

I would guess that the difference in timing had more to do with the physical access time reduction due to striping across disks due to having multiple files. Stephen On 6/26/06 LS Cheng <exriscer@

Subject: db file scattered reads

You 'll rarely get p3 value dbfmrc because several of the blocks will already be in cache so they are skipped (no need to re-read them from disk). Regards Brandon Privileged/Confidential Informat

help for cursor

First your code shouldn 't compile. And even if it compiles it is doing exactly what you are telling it to do. You are not doing with any of the fetches and just outputting a message when cursor doe

X$ksmsp (OSEE 10.2.0.2 on Solaris 8)

On 06/27/2006 08 12 07 AM Lawie Duncan wrote > Charles > > I agree that a row in x$ksmsp should equal a single memory chunk - but is it possible that there is a chunk with an outrageous value?

SAN FUN

Good day. We 're running PS HR8 on Oracle 92070 RAC / Windooze with a EMC 600 SAN. I 'm doing some research on the SAN and it 's settings. Is anyone using a remotely similar config. I 'm interested to s

Oracle HTTP/Apache vs XML DB, or pl/sql gateway vs embedded pl/sql gateway

Hello I 've been looking for information about how to secure Oracle 's embedded pl/sql gateway or even to understand how exactly it works. I found a lot on the pl/sql gateway available through Orac

Subject: Guidelines for using ERwin

On 6/26/06 oracle-l-bounce@(protected) <oracle-l-bounce@(protected) > wrote > > We are pretty new to modelling tools and we decided to buy Erwin from > CA. The deal is now that I need to write do

resetting the HWM

Just to clarify - you can use ALTER TABLE MOVE to rebuild in the same tablespace also (don 't have to move it to a different one) >At 9i you can use the dbms_redefinition package and re-create the t

Aust OUG/ OAUG: Call for Paper : 2006 Conference Series

Want to justify a trip down under? How about East or West coast of Australia. Well you could if you are attending/presenting at the AUSOOUG/OAUG conference series. These are the two dates & venue

Subject: query problem - help me

I 'll take a guess that the bold line is causing the problem possibly due to the TRUNC. If you have an index on T3.trnsctn_tm the TRUNC will cause the optimizer to not use the index and likely do a f

Subject: HASH JOINS -- PLEASE HELP ME

RTFM - http //download-uk.oracle.com/docs/cd/B19306_01/server.102/b14211/optimops.htm#sthref1394 You can set large hash_area_size and use parallel query. The best way to speed it up is to avoid it if

ORA-02041

paula by any chance you dont have a thick client like powerbuilder or microsoft ADO access involved int eh transaction ? i 've seen this error on access from a thick client becuase of microsoft trans

dba_extents view in Oracle 10.2.0.2

> away (3 hr query vs. 3 second!). Unfortunately one DBA pointed out > that the scheduled "gather_stats_job " job puts stats back on them every > night. Here we come again with this naming confusion

What is the way to apply patch in Oracle Application

Brief? AutoPatch is the utility. But before diving into that I 'd recommend at least reading the Oracle Applications Concepts Oracle Applications Maintenance Procedures and Oracle Applications M

Bad exectution plans due to bind variable peeking

Hello I 'm supporting an ERP app (SSA BaanIV) that uses bind variables extensively which is a good thing for the most part but occasionally I 'm having queries that are suffering from plan instabil

oracle database archive files help

I 'm not positive on this but I believe the following parameter setting log_archive_min_succeed_dest integer 1 And the fact that you don 't explicitly have MANDATORY specified in you rlog_

Difference between ALTER SYSTEM SET EVENTS and init.ora parameter?

Hi Rich The only difference that I know of is that the processstate will not be dumped for processes already spawned before this comand is issued should they encounter the error. e.g if dbwr e

PL/SQL Training.

Hi All My company was recently awarded a grant that will allow us to give some of our developers PL/SQL training. I 've been asked to look for alternatives such as onsite training. Does anyone have

Bulk loading partitioned tables slower than heap tables?

Hi When you load data into a partitioned table oracle has to check every record to decide in which partition store it. When you load data in a heap table oracle hasn 't to check it. All records are

Subject: 10046 and wrapped PL/SQL

Hi list A little while ago I 've had an encounter with a (self constructed) test case situation where certain SQL statements where not reported in 10046 tracefiles if they were inside a wrapped PL/S

Subject: Re: ** table with clob slow

Hi If you think exporting CLOBs are slow wait till you import! It 's much much slower. During imports depending on the size of your clob column you may be able to get away with COMMIT N. I

** delete tuning

Assuming you have foreign keys that point to your child records are these columns indexed ? Just my 2cents Stefan On 6/23/06 A Joshi <ajoshi977@(protected) > wrote > > Hi > In one of my progra

Subject: SQL run against the database

On 9i and 10g You can use smenu for that install it and launch a sampler spl -start It will sample v$session every second but in order to let me analyse the query offline or days after I

Oracle University courses - opinion?

I would recommend looking into the on-line courses - they are $1000 less than the price of the in-person courses (US$1500 instead of US$2500 IIRC). I took one once because it was a requirement for t

Subject: Killed Session in V$session

Sanjay you need to remove those processes at o/s level. Regards | Jp. From oracle-l-bounce@(protected) [mailto oracle-l-bounce@(protected)] On Behalf Of Sanjay Mishra Hi I had killed few se
Page 113 of 412 Previous 100   Previous 10   111   112   113   114   115   116   117   118   119   120   Next 10   Next 100