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 224 of 412 Previous 100   Previous 10   221   222   223   224   225   226   227   228   229   230   Next 10   Next 100  

RE: [Q] How to check what kind of objects on tablespace and dataf
   ile???

Query DBA_SEGMENTS Select segment_name segment_type from dba_segments where tablespace_name 'USERS ' George -----Original Message----- From oracle-l-bounce@(protected) [mailto oracle-l

Help - after recent 9ias upgrade getting core dumps

Core dumps on f90webm 20 Any suggestions on how to troubleshoot other than opening a TAR? -- http //www.freelists.org/webpage/oracle-l

Limit sort space used by Discoverer

Jeffrey Beckstrom wrote > >Can Discoverer be limited in some way? > > > The best way is to format the disk drives of all those who dare use it and install Linux on their PC. That would

ORA-07445, "SIGSEGV ", & "address "???

What patch level are you on? We get those also but they don 't shutdown our DB...This is a DW DB and the issue is a bug with star transformations.... ksedmp internal or fatal error ORA-07445

Hands-on Oracle DBA Mgr Needed in NYC area

Retail Company in the Greater New York City New York Area ( Long Island) has an opening for a sharp hands-on Oracle DBA Manager. Selected candidate will have hands on technical responsibilities

buffer busy wait for insert session

Zhu Perhaps would be useful to have a look at what segments and type of blocks are involved (P1&P2). If your create_date column is a monotonically growing timestamp than chances are that thi

* Oracle DBA Contract Positions in Texas

Need 2 Oracle 11i Applications DBAs for contract positions in San Antonio Texas that are expected to last at least through the end of the year. Can be W-2 or 1099. Required skills are -Expe

aborting a SQL script based upon DB name

I was recently asked how to setup a SQL script to ensure that it aborts if accidentally run on the wrong database. The scriptlet below is what I came up with... it seems to work just fine but got

Fasten huge index rebuild - How To ?

Would you tell us on which database event you are spending the majority of the time? There are many scenarious there that can lead to slow index build. One of these is inappropriate level of

Subject: Re: Fellow Oakie wins an award!!!

Chris Stephens wrote >Wolfgang > >Is there another list out there that curious/nosy database type people >should be aware of? ) > > > No Oak Table is a group of oraclites that are supp

archiving an old 8.1.7 db + binaries on dvd - "instant server "?

I think you are making this bigger deal than it is but at the same time missing some serious pitfalls. "Not a big deal " Just days ago I tared up my 9i Oracle Home that contained Software and Databa

Stress Test Ideas

I put together a little PL/SQL package which basically duplicates Tom Kyte 's "runstats " script. I have added session_event and system_event info however and it can handle up to 5 side by side com

Hash semi join with IN subquery

Why do you drop/recreate the GTT every time ? You dont need to do so. The problem is that the optimizer thinks the GTT has many rows. You have several options in order of recommendation - use

Subject: Stored Procedure Distribution

Hi All My boss asked me to find out following What is your experience in distributing a large number of stored procedures functions etc to a large number of databases? He is looking for

* Oracle 9i DBAs Needed in Phoenix, Arizona

Large Company in Phoenix Arizona area (Scotsdale) has 2 openings for Oracle DBAs with 8i and 9i experience. Company will consider candidates with outside the area but No relocation assistance

Predincting DB Server Capacity with Statspack and M/M/m/??/FCFS Model

Hello all back on this list after a few years I 'd like to introduce myself with a tough one The current job at the site I 'm working at is to forecast whether the current server hardware is capa

Subject: April 2005 Security Patches

You 'll find the patch matrix on metalink in note 301045.1 (Oracle Critical Patch Update April 2005 Pre-Installation Note for Oracle Database Server). Please be aware the new patch bundle is not

Install error: IP address cannot be found

I am receiving "Errror Thrown when IP address of a host cannot be determined " while trying to install 9204 client on RHEL3. The error always seems to occur during install portion of the Oracle I

Oracle Options

Dropping the user without deinstalling the binaries can cause confusion when applying interim patches. The patch sees the product directory and assumes the product is installed so it wants to make

SV: Uniqueness

Kean You can do something like select decode(count(*) 0 'Unique ' 'NON-Unique ') from mytbl where id 3D 2 But please don 't try to write your own code for

buffer busy waits PUZZLES - is there actually a problem?

See inline. 2005/5/18 The Human Fly <sjaffarhussain@(protected) > > However I am not doing it for any testing or learning purpose. We are > facing some transactions time-out in our production d

Subject: Catch Execeptioin error

Hi ) Can trigger catch exception error ? If yes how ? THank JK Discover Yahoo! Find restaurants movies travel and more fun for the weekend. Check it out! http //discover.y

After Dataguard failover not able to make switchover back

Hi all DG gurus I have run some tests of dataguard and in the it all something has happened of which I am a little lost. After a number of configuration errors in the two databases I had the s

TRIGGERS

On 5/18/05 Kean Jacinta <jacintakean@(protected) > wrote > Hi > 20 > I have been sending bit and pieces of question into > this forum. I manage to go this far but then i am > stuck here again.

Uniqueness

You can also Select id count(*)

Subject: Capturing error in trigger

I suggest you read up on 'Exceptions ' in the PL/SQL book. There are thousands of examples available via google. http //www.google.com/search?hl en&lr &q exception+site%3Aasktom.oracle.com&btnG Sea

Subject: Trigger with sequence

On 5/17/05 Kean Jacinta <jacintakean@(protected) > wrote > > > User accidently deleted id 3 and i want to manully > create the id 3 again. > > insert into myclass (id name) values (3 'BU ')

CPU200405 - 10.1.0.4 one-off patchsets

Look for patch 4163362 it 's 10.1.04 for Win32 20 Casper -----Original Message----- From oracle-l-bounce@(protected) [mailto oracle-l-bounce@(protected)]On Behalf Of Paul Drake Sent Wedn

Subject: RedoLog/writer clarification

Hi all 20 What is the need to mirror a log file if it is multiplexed? If mirroring is to protect against hardware failure and multiplexing is to protect against software corruption (or accide

** advanced replication question

A Joshi > > advanced replication DB version 8.1.7.4 > > it possible to propagate schema changes like adding column Yes (and No). Is possible using "DBMS_REPCAT.ALTER_MASTER_REPOBJECT " but doesn 't
Page 224 of 412 Previous 100   Previous 10   221   222   223   224   225   226   227   228   229   230   Next 10   Next 100