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 397 of 412 Previous 100   Previous 10   391   392   393   394   395   396   397   398   399   400   Next 10  

Unique(ish) sequence question, bulk collect

I don 't think but you can analyze if is possible to use "bulk collect " in your update ( see pl/sql user and reference guide) ----- Original Message ----- From "Lord David " <DLord@(protected)

Subject: UTL_FILE and Security 9.2

I seem to have spent this week doing some investigation into UTL_FILE One of the oddities I came across which is sort of documented in metalink note 196939.1 and a tar I raised. >From 9.2 you can

suddenly high "physical write " from statspack

1. Did you notice a performance degradation ? Did your jobs take longer to run ? If not why worry about the "physical writes per transaction " ? You haven 't shown how many transactions/second y

Subject: Unique(ish) sequence question

David Here 's an ugly solution using row_number(). I 'm not sure it 's any better than what you already have. SQL > select * from mike COL1 COL2 KEY ---------- ----------

Subject: Re: SQLPlus -- replacement tool

I use "vim ". It has "set syntax oracle " command or my favorite "set syntax perl " and it isn 't as expensive as UltraEdit32. I have yet to find an editor capable of supporting regular expressions

Default setting for vxio:vol_maxio

--- "Khedr Waleed " <Waleed.Khedr@(protected) > wrote > I found it (but I need root access) using adb -k > -- > vol_maxio/D > > Thanks > > Waleed you 're welcome. Waleed > -----Original Mess

Default setting for vxio:vol_maxio

How can I find the default setting for vxio vol_maxio on Solaris 2.8? There are many documents that have conflicting info about this. So I 'm looking for some utility that can report this number.

Why do I get this PLS-00225 error ?

Oracle 8173 on Solaris MT@(protected) > select distinct name from all_source where owner 'MT ' and type 'PROCEDURE ' NAME

Memory stats on 8i

Dear list While trying to retrieve some useful memory metrics from statspack data I discovered a couple of disconcerting problems with both statspack and v$sysstat. Here 's an example of queryi

oracle gateway

hi i am in the process of setting up oracle gateway for communicating between oracle and mysql. the oracle manual says very clearly that this kind of linking is possible. but it talks about some

I/O Help

On 02/19/2004 05 33 54 PM David Sharples wrote > server with a good cache on it. Anyhow before we install Oracle > and our app we want to disk the disk IO performance - does anyone >

3 new Oracle security advisories just released

Hi everyone I just noticed that Oracle have released three new security advisories covering the database server 9iR1 and 9iR2 and also the application server 9iR1 9iR2 and earlier. Interestingl

Oracle New features for 9i TBT problems

On 02/19/2004 03 22 05 PM "Jesse Rich " wrote > Has anyone used the Technology-Based Training from Oracle before? Aside > from being Windohs-only (which I can live with) I 've found a couple of o

Exploding downloaded cpio files from OTN -- SOLUTION

On 02/19/2004 03 09 57 PM "Jesse Rich " wrote > > NOW maybe I can install 10g tonite... ) Rich these things are best done on St. Valentines Day when both Oracle and Linux are in love an

truss shows polls. What does that mean?

Wolfgang "poll " system call polls an open file for an event like "there is something to read " or "write will not block " and alike. Polling is done by spinning so that is why you are burning CPU

Subject: ftp: Inode is remote "error "

On 02/19/2004 02 11 04 PM "Koivu Lisa " wrote > Hi everyone Hi ! 20 > > When I start an ftp session to binary send files off to another > server > I get the following message > > se

RHEL developer subscription (3.0) - sign me up.

https //www.redhat.com/solutions/industries/developer/ Finally. This seems like what we were looking for. I was having difficulty getting a $749/yr subscription justified for a development server

Subject: Ora 9.2/HPUX 11i/Performance

Michael If this is a long running SQL statement and you start the trace while the statement is executing there 's a good chance you won 't see it in a trace file. Gary Goodman or Cary Millsap w

AW: AW: AW: Oracle 10g for Windows

I would have to look at the module (not before next week). I was surprised too that it was readily available at ActiveState FOR Windows. Stefan -----Urspr?ngliche Nachricht----- Von Jared

Subject: AW: sqlplus and HTTP_PROXY

As sqlplus can get sql files via http as of 9i I would not if using HTTP_PROXY had some consequence. Though I wouldn 't expect an error message on startup. Jared Stefan Jahnke <S

lists

Subject: AUTOSYS performance issues

Well you can improve parsing by enabling query rewrite and setting cursor_sharing to FORCE. On 02/19/2004 11 31 22 AM Thomas Jeff wrote > > We are experiencing sluggish performance with the AU

When using the sendmailjpkg I get error ora-600 [26599],[1],[124]

Listers I 'm using send mail using the JSP according to DOC ID 120994.1 and I keep on getting ora-600[26599] [1] [124] when I execute the test procedure. I 've granted permissions loaded and rel

SQLPlus

Toad tora. On 02/19/2004 11 17 14 AM Sue Johnson wrote > I have the responsibility for a moderate size team which consists of > experienced SQLPlus users as well as novice users. SQLPlus is

Subject: Re: UTL_FILE Performance.

It was suggested that I rewrite the procedure using FORALL and a PL/SQL table. My initial attempt at this using in fact 3 pl/sql tables and inserting every 10000 records yielded a reasonable per

Slow connection to DB when using TOAD

Allegedly TOAD only works if kissed by a beautiful princess. On 02/24/2004 04 14 50 PM oracle-l-bounce@(protected) wrote > I tried searching the TOAD list archives that > Jacques recommende

Subject: sql_execute in perl question

Mary there is no such thing as sql_execute. It sounds like a name of subroutine. Can you browse through your code and see whether you have something like "sub sql_execute { "? there? If not look a

Parsing a BLOB

I 'm considering designs for a system that processes batch data files. We 're thinking of allowing people to upload the data files from a PL/SQL Web application which means that each data file will be

slightly OT: NAS recommendations?

Just looking for suggestions / pointers for a NAS box... Basic requirements are no more than $15k or so gigabit ethernet as redundant as possible (power supplies etc.) Total RAIDed storag

Subject: SV: Deallocate Unused

Hi Richard Unfortunately "minimum extent " limitations is ignored when using ALTER TABLE DEALLOCATE UNUSED KEEP. A quick example below. Minumum extent size is 320 K but my table extent is onl
Page 397 of 412 Previous 100   Previous 10   391   392   393   394   395   396   397   398   399   400   Next 10