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 374 of 412 Previous 100   Previous 10   371   372   373   374   375   376   377   378   379   380   Next 10  

Subject: Re: More Education please

Juan This appears to be a message that was sent to you privately. If so it is very bad form to include it in a public mailing list without the permission of the person that sent it to you.

Re: ORA-12838 please : Is possible to append two times to thesame
   table before

Juan Carlos Please note that I did not suggest "joining " the two SELECT statements together into a single SELECT statement. What I suggested was running the two independent SQL statements UNION 'd

Which are the GOOD HINTS for you and why?, this list I got from TKyte.

Hi I got from tom kyte their good hints (hint suggested to be used to tune in normal situations by every one (not hints in exceptional or too complex querys) ) this was interesting because some

7.3 loader against an 8i database

Ron Do you mean SQL*Loader? Why would you want to use the wrong SQL*Loader? Or do you mean export or import? Dennis Williams DBA Lifetouch Inc. dwilliams@(protected) -----Original Mes

More education please cjgait@earthlink.net

This was a mistake an I am sorry if you see the correct email was in the subject but I think this don 't give you the right to insultme cjgait@(protected) Even there is very few what I can to ed

ORA-12838 please : Is possible to append two times to thesame table before d

Thanks Tim that was only one example to show the problem. the insert is of thousands of records not only 5. The problems is that I can 't do a join because some circumstances can cause another

Subject: last time an index was used

If you have 9i you can turn on index monitoring. It goes something like this ALTER INDEX index NOMONITORING USAGE Results should be in V$OBJECT_USAGE. You can only do it from your own sche

SP2-0613: Unable to verify PLAN_TABLE format or existence

Content-Type text/plain charset "us-ascii " format flowed In the database the user owns it 's own plan_table which is Version of Oracle is 9.2.0.4.0 SQL > desc plan_table Name

Re: ORA-12838 please : Is possible to append two times to the
   same table befor

Juan Carlos First I have to ask why you are bothering with APPEND when you are only adding 5 rows at a time? The APPEND feature (a.k.a. direct-path) as well as parallel execution is intended for

Just another day in paradise.....

On 04/02/2004 10 39 55 AM April Wells wrote > Hey! You might could (oh yeah... I 'm talkin Texan) loosen up some of those > SLAs right about now... I wouldn 't misunderestimate (now I 'm talki

Java vs. Perl

Well perl is truly portable truly open source language while Java is owned by SUN overly complex and fairly slow monster which tries to be everything to everybody. Java is going to lose against .

TIMED_STATISTICS

It 's not so resource demanding. I have it turned on on all my databases. It isn 't the same thing as STATISTICS_LEVEL ALL which also collects the OS statistics and is fairly expensive. Speaking o

Oracle iFS (now: LOB performance)

Hi! > I welcome any discussion from the larger list regarding one or more of the > following > 1. Using BLOBs as opposed to BFILE. (Although I 'm not sure whether BFILE > would work with the A

Diff between physical reads and physical reads direct

Hi All I was going through Oracle Doc 's and certain things just stuck me I am jotting them down plz let me knw your opinions on these 1) What is the difference between physical reads and physic

Subject: table locked from n minutes

If you look in v$lock for the row of type TM and check the CTIME column - this is roughly the time (in seconds to the nearest 3) that the table has been locked or a request has been waiting.

what is the difference between share locks and exclusive locks?

The difference between shard and exclusive locks is very well described in Andrew Tannenbaum 's "Modern Operating Systems ". Oracle uses share lock on the table level when the foreign key column isn 't

deadlock detection

When transaction B attempts to lock the row it sees the lock byte on the row is set and checks the ITL in the block to discover all it can about the transaction in that ITL position. (e.g. has

DBA-OT

SQL > SELECT * 2 FROM v$oracle-l 3 WHERE UPPER(location) 'VANCOUVER ' 4 AND UPPER(country) 'CANADA ' from v$oracle-l * ERROR at line 2 ORA-00933 SQL command not p

Dr. Freeman 's 10G new features book

For those interested Bookpool got it in stock now. Oracle Database 10g New Features 1 Copy ISBN 0072229470 $18.95 Subtotal $ 18.95 US Postal Media Mail $

Subject: Perl Book Recommendations

Learning Perl (Randall Schwartz) is the best book to start with. For more complex stuff I recommend Damian Conway book "Object Oriented Perl " and O 'Reilly book "Advanced Perl Programming ". (author

pros and cons (now: KEEP INDEX)

On 04/01/2004 08 08 04 PM Connor McDonald wrote > Has anyone come up with a reason why you 'd want the concept of a KEEP INDEX option? Consider the > scenarios Connor I have to confess I lo

ORA-12838 please : Is possible to append two times to the same table befo

Hi! > I believe Oracle is enforcing this to guarantee consistency of the > database. I realise you are probably using the APPEND hint for performance > reasons but is it really necessary? Ye

Re: ORA-12838 please : Is possible to append two times to the same
table be

I believe Oracle is enforcing this to guarantee consistency of the database. I realise you are probably using the APPEND hint for performance reasons but is it really necessary? Otherwis

Re: ORA-12838 please : Is possible to append two times to the
same table befo

Oh NOW I know what 10g stands for But now I wonder does the g stand for acceleration or mass? At 04 21 PM 4/1/2004 you wrote >_accelerate_with_1g ( 9.81 m/sec*sec in metric units - ideal fo

ORA-12838 please : Is possible to append two times to the same table before

On 04/01/2004 04 16 29 PM Juan Pacheco wrote > Hi I have a serious problem Try committing among the two. It will help. -- Mladen Gogala Oracle DBA

Subject: 8174 32 bit to 9204 64 big

Srinivas My theory as a DBA is to perform tasks in a manner that is least likely to cause bad consequences. Is there any way export/import would work for you? I have a much warmer feeling about

ORA-12838 please : Is possible to append two times to the same table before doin

Hi I have a serious problem I can 't do two append insret to a table in a same transaction and I can join in only one. because some times the same process( a function) must be runs more than once

sql question

Yes it probably would. But depending on the circumstances it might be an even better job for the initialisation parameter db_file_name_convert. Depending on what the original poster is trying to

How oracle rebuild index internally?

Technically it 's a cost-based decision. For 'offline rebuilds the optimizer could choose to use the index or table. For online rebuilds it looks as if the optimizer HAS to use the table. Ju

Firewalls, App Servers and Oracle databases

--- Ben <poelsb@(protected) > wrote > Hi > Are there any documents or books anyone can > recommend that discuss how > best to handle security in such an environment. > Thanks > Ben
Page 374 of 412 Previous 100   Previous 10   371   372   373   374   375   376   377   378   379   380   Next 10