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

Subject: Re: Command to view tables inside a database

Hi Querying *_TABLES (replace * with ALL DBA or USER) view will list you all tables. Oracle reference manual lists all the views with description and you may find it very help. http //downloa

Subject: Command to view tables inside a database

Hi I 'm new to Oracle Database. I 'm now using Oracle Database 10g Release 2. Can anyone tell me the command to view all the tables inside a specific oracle database? Really appreciate for th

Subject: Re: How to map a client program to a Resource Manager consumer group

Hi Tony I have attached a sample script in a separate email. The script creates a plan and consumer groups. One of the sites I am working on has had limited success with RM. There have been

Subject: Re: Symantec Storage Foundation for Oracle RAC

Hi Ken Storage Foundation for Oracle RAC (SFRAC) with Global Cluster Option (GCO) together with storage layer replication (VVR from Symantec SRDF from EMC...) is sure a valid Disaster Recovery (DR)

Subject: table with keep as buffer pool see much more physical reads than the number

Hi everyone the oracle I use is 10.2.0.2 on HPUX IA64 Our job ran very slow and from AWR report I can see that a table named ATTRIBUTE_VALUE consumes most of the physical IO (Physical read was more

Subject: RE: Data Guard Delete Applied ArcLogs

The open source utility "stby_maint " will do it. You can find it at http //orautil.sourceforge.net. At 10 25 AM 10/31/2007 Allen Brandon wrote >I 'm not a Data Guard expert but I don 't believe t

Subject: Re: How to map a client program to a Resource Manager consumer group

Fairlie That 's not encouraging. I did do some digging on Metalink and Google but the only bugs I was able to find related to problems with mapping priorities. Can you give me an idea of the bugs

Subject: Making an ORA-600 (and other errors) happen

Back in August someone asked how to raise an ORA-600 manually. I don 't think there were any satisfactory answers. This troubled me some since there clearly is some way to call the right function

-none-

Spool Off Exit

Subject: Re: Data Guard Delete Applied ArcLogs

Thanks to everyone. I decided to do something like what I used to do with my 8i Standby - create and run a shell script every hour using the following (called from a cron 'd shell script). I know i

Subject: Re: Data Guard Delete Applied ArcLogs

Hmmm....I 'm using a catalog and don 't think I 'd want to do that. I think (from experience) if you 're using a recovery catalog and run that command from the standby you 're going to risk deleting logs

Subject: RE: ASM - remote access via listener and sql

This suggestion fixed my problem- the UR A parameter was missing although I had to make minor changes to the tnsnames and listener.ora files. Thanks Luca !! -----Original Message----- From Luca Ca

Subject: RE: DB file sequential reads

Starting with 9.2 you get a section named "row source operation " for each sql in a tkprof output. This section gives numbers for consistent reads disk reads writes and timing for each step in the

Subject: standby redo log groups

Ok so I am writing up creating a 10g DataGuard environment here. The docs generally seem a bit iffy to me - I don 't like location or role based db names for example what happens when computer centres

Subject: Re: kolccst obj: large streams pool memory segment

Thanks. I found one bug (*5058318*). What does kolccst mean? I am assuming that KO is the same for all those. Kernel Operations? Kernel Optimizer? On 10/4/07 Yasin Baskan <yasin.baskan@(protected)

Subject: tuning doubts....

?hi there What is 1) Db File sequential read? 2) Db file scattered read? how they are impactful in the tuning? thnks and regards Aman.... "As our circle of knowledge expands so does the circum

Subject: RE: Anyone having problems creating TARs with Internet Explorer 7.0?

Firefox 2.0 works for me also. Just create an SR yesterday. -----Original Message----- From oracle-l-bounce@(protected) [mailto oracle-l-bounce@(protected)] On Behalf Of Amar Kumar Padhi Sent

Subject: Re: identifying instance from shared spfile in RAC

srvctl talks with the CRS and if your database (and instances) is (are) registered properly CRS will know which host each instance is on. Hence from the CRS standpoint it is a no-brainer which one

Subject: RE: Very Strange Query Access Plan

John We were gathering stats with no "METHOD_OPT " option. And according to an Oracle SR the calculation for density is *not* 1/NDV but DENSITY SUM(1..NDV)(nocc^2)/(T^2) where T is the number o

Subject: kolccst obj: large streams pool memory segment

Anyone know where I can find more information about this KOLCCST object? And other KO objects for that matter? SQL > select * from (select * from v$sgastat where pool 'streams pool ' order by bytes

Subject: Re: identifying instance from shared spfile in RAC

Hi What do you mean instance specific spfile is no longer there? If you go to $ORACLE_HOME/dbs there should a initSID.ora which points to your spfile ThanKs -- LSC On 10/4/07 hrishy <hrishys@(protected)

Subject: RE: DB file sequential reads

a quick look may be to process the trace with tkprof but adding "sort fchcpu " in the command line. Odds are the d.b.f.s.r. will appear on first-lines/top of the produced report (in my experience at

Subject: RE: Date conversion question

The simplest way would probably be to define an oracle external table of just lines of the appropriate length then read the data as lines and parse each line character by character into the format yo

Subject: DB file sequential reads

Folks In a 10046 trace file taken at level 12 is there a way to find out which index is experiencing most of the sequential reads? Thanks Amir -- http //www.freelists.org/webpage/oracle-l

Subject: Re: Database Control

You *can* get this if you have chosen to register the db with Grid Control using a central agent. database control is not an option for you in this case. On 10/3/07 J. Dex <cemail_219@(protected) > w

Subject: identifying instance from shared spfile in RAC

Hi In a single instance database when i issue the startup command the oracle software will read a instance specific init.ora file and bring up a instance what happens when there is shared spfile fi

Subject: RE: Anyone having problems creating TARs with Internet Explorer 7.0?

I just created an SR using firefox 2.0 no issues. thanks! amar kumar padhi www.amar-padhi.com pushed from PDA -----Original Message----- From "Stefan Knecht " <knecht.stefan@(protected) > To "orac

Subject: RE: Date conversion question

Simple is good Import into staging table with all columns varchar2(4000) and do whatever conversions checks and validations you want in pl/sql P.s. if performance space or pl/sql knowledge is a

Subject: Re: Date conversion question

I 'd say that there are two parts in this task 1) Requirements/logical part. Understand how to convert these in the first sight at least for me unclear numbers into dates and write it down in a more o

Subject: Re: Anyone having problems creating TARs with Internet Explorer 7.0?

I currently can 't get past the first screen if I use firefox. Only IE6 works for me. Has been like this for a while. No answer from oracle yet. Stefan On 10/4/07 Ken Naim <kennaim@(protected) > wro
Page 3 of 412 1   2   3   4   5   6   7   8   9   10   Next 10   Next 100