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 259 of 412 Previous 100   Previous 10   251   252   253   254   255   256   257   258   259   260   Next 10   Next 100  

SV: Empty Table

Jacinta > I need some help here. I need to get a report of all > the table that are empty on a schema. A quick way to determine whether a table is empty regardless whether there are milions

_shared_pool_reserved_min_alloc must be between 4000 and 0 in oracle 10G

I am attempting to use automatic shared memory management in oracle 10G but having set the sga_target value and attempted to bounce the database I get the error ORA-00093 _shared_pool_reserved_

XMLType speed

Hi all Anybody tried Oracle 10g Beta or has that installed on his system. I am very interested to know did Oracle speed up XMLType insertion. We stick with XMLType because developers like

Empty Table

On 01/23/2005 11 06 42 PM Kean Jacinta wrote 20 > I need some help here. I need to get a report of all > the table that are empty on a schema. You could run something like DBMS_STATS.GA

OT: Securing Linux (for Oracle)

Hi I recently noticed this http //www.puschitz.com/SecuringLinux.shtml Its good. I wish I had read it /before/ setting up a few of my LINUX boxes. -) Some of his ideas will give SOX-inter

Charlotte Oracle User 's Group (humor)

http //www.cltoug.org/ Server 2 Error #1500 The page you requested is temporarily unavailable. Please try again. If you are the owner of the site and you feel you are seeing this page in e

Question about 10g EM Repository

Hi I restored (rman inconsistent) a 10.1.0.3 DB to a new LINUX RHEL3ASU2 host and I had problems with the standalone EM Repository. Basically the original 'host.domain ' was still in the repos

dbms_HASH...or something like it?...comparing data...

Need some help. Developer has a wide table...20 columns. He would like to add a 21st column to the table. Then he would like to (be able to) store the first 20 20 columns data in concatenated

Can anyone suggest a cluster software in Linux box?

My customer want to use linux as database server maybe oracle9206+rhel3 But i 'm wonder which is the most popular cluster software in linux box? I found a Linux HA project at this web site http //w

cast and packages don 't seem to mix in 8.1.7.4 - .net issues tryi ng to fake

How about just using to_char ? or try making the SQL dynamic ie open cursor for '.... ' hth connor --- "Duret Kathy " <kduret@(protected) > wrote > PROCEDURE BA_TRD_PROC( >

cast and packages don 't seem to mix in 8.1.7.4 - .net issues tryi
   ng to fake a

PROCEDURE BA_TRD_PROC( P_ALL_ROWS_CURSOR out cursorvar P_START_DATE in EV.TRDDATE%type P_END_DATE in EV.TRDDATE%type ) is begin open P_ALL_R

ORA-14006 Invalid Partition Name on alter table...truncate partition

It 's got to be something obvious which would make this an embarassingly naive question but here goes. 20 I 've got a table "tab " and a partition "part " i do alter table tab truncate partiti

Re: Killing process in Linux with all child processes. What is the
best way?

J.Velikanovs@(protected) wrote >I have need to kill one of my shell scripts in case of timeout is off. > > Murderer! >Not just single process but all that is relative to it. > > Have y

Subject: Delete from a queue table?

Hi Robert The direct deletion from the table is unsupported from Oracle but the strange thing is that Oracle method to get rid of messages is very simple based on the background process removi

Killing process in Linux with all child processes. What is the best way?

Incorporating pkill may simplify this a bit. With -P you can specify a parent process killing all the children. On Fri 21 Jan 2005 22 26 00 +0200 J.Velikanovs@(protected) <J.Velikanovs@(protected)

strange behavior of the optimizer

Hi list 0A 0Ahere is an output of the autotrace from the following sta tement select * from fa where fakt_art 3D 'BES ' and fakt_nr between 5300001 a nd 5300010 0AExecution Plan -----------

Subject: Oracle DBA Job near Boston

A mid-size company west of Boston is looking for an experienced Oracle DBA. The ideal candidate would come from a development background but should be also comfortable supporting critical Oracle 7

Renaming or changing IP of server- Portal

Further to my previous reply I can now confirm that ater releases of appserver -10g have a method 20 Of changing hostnames and IP addresses that works. There is a script called chgiphost tht does

example of using singlerow paramter in sqlldr

Does anyone have an example of specifying singlerow in sqlldr as I am strugging to figure out the syntax -- http //www.freelists.org/webpage/oracle-l

optimize hash join between 2 large tables

Hi Paula >Other then use sort_area_size to sort in memory and parallel query what >can be done to optimize a pull of 2 large tables joined together where >most of the rows from both tables are se

Re: Ora-600 on 10.1.0.3 (Red Hat Enterprise Linux AS release 3 (Taroon
Update

I saw the note but missed the bug. Great. I 'll see if this is relevant (although ours is not a Windows installation). Also it 's 10.1.0.3 so supposedly the problem is fixed. Adam Parker

Ora-600 on 10.1.0.3 (Red Hat Enterprise Linux AS release 3 (Taroon Update 3)

Check out 20 Note 285906.1 And previous bug for 10.1.0.2 (3599503). 20 -----Original Message----- From oracle-l-bounce@(protected) [mailto oracle-l-bounce@(protected)] On Behalf Of Adam

Ora-600 on 10.1.0.3 (Red Hat Enterprise Linux AS release 3 (Taroon
Update 3))

Folks We 're encountering an ora-600 from the following statement run in against a 10g database ORA-00600 internal error code arguments [qctVCO csform] [0] [0] [0] [0] [1] [1] [0

Strange thing!

I thought that hash value and address uniquely identify SQL statement? From the following SQL it 's obviously not the case. Is there any other way of uniquely identifying them? It 's 9.2.0.5 on

create foreign key problem???

Create the index separately.

10g ORACLE HOME

Also if you install the 10g "Companion CD " or as I like to call it "Disk 2 " (contains java apache HTML DB etc.) it must go under its own Oracle home. Seems 10g "Companion CD " contains 9i

Oracle 8.1.7 Rel 3 for AIX 32 bit - dowload?

If you have Oracle Support get on to Metalink and open a TAR. I think the correct subject heading for this type of TAR is "Version Update Request " But any way if you have support and it is a

Subject: Locally Managed Tablespaces

Is the Uniform allocation has any advantageous than SYSTEM allocation type? Does the SYSTEM allocation type has any issues? Raja. -----Original Message----- From Smith Ron L. [mailto rlsmith

Subject: More selective means slower?

I 'm running into a problem on one of our systems where a query on dba-segments is running incredibly slow. The full query is select 'alter index diamond '||segment_name|| ' rebuild tablespace tm

Subject: question about external files

9.2 I 'm trying to load a file that has a field that can be > 4000 characters. external files don 't let you use a clob so I 'm using a varchar2(4000). problem is I don 't want any rejected records but
Page 259 of 412 Previous 100   Previous 10   251   252   253   254   255   256   257   258   259   260   Next 10   Next 100