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 134 of 412 Previous 100   Previous 10   131   132   133   134   135   136   137   138   139   140   Next 10   Next 100  

Odd swap & memory behavior on Solaris 9, Oracle 9iR2

Hi Matt I ran into this a while ago on boxes where the swap configuration was pretty skimpy. We had cases where we could not fully utilize available RAM due to swap shortages and the fact that S

Subject: async io on redhat 7.1

dear all could anyone have experince with activating async io on redhat 7.1 and oracle 9ir2.0.1 database? [root@(protected) /root]# uname -a Linux localhost.localdomain 2.4.2-2smp #1 SMP Sun Apr 8 20

RMAN with OEM poll

Hey Brian I personally use both OEM and RMAN to do backups at my site. I find OEM pretty useful for scheduling backups(NOT RESTORES) and scripts. Also I like OEM because it is easier to train a no

doubt about read control about oracle9i label security

Hi Has anyone read the following artical about oracle9i label security http //www.oracle.com/technology/deploy/security/ols/pdf/ols9ir2_fov.html#top when talking about POLICY ENFORCEMENT O

SV: compare two columns (oracle 9i)

Me thinks you mean select col2 from r1 r2 where col2 like '% '||col1|| '% ' - i.e. compare col2 with the contents of col1 not the (sub-)string 'col1 '! HTH Michael -----Oprindelig meddelelse-----

SV: How to get query to use an index

I would suggest a modified UNION-ALL version (a solution I have myself used on occasion (3VL may - as always - bite you though)) --- SQL > select * from v$version BANNER

compare two columns (oracle 9i)

hi you can use minus or union depending on your requirements to find same rows On 4/13/06 Bob Robert <mssql_2002@(protected) > wrote > > Gurus > > I would like to compare two columns from two diffe

Grid Control upgrade

I tried to upgrade 10.1.0.4 to 10.2.0.1 following official procedure. After a week of pain and feedling with all possible fixes for upgrade actions done during installation I finally couldn 't do anyth

what is included in oracle 9i EE?

I have been going through oracle 's web site trying to find a page listing what is included in Oracle 9i Rel2 Enterprise Edition. Not what options cost extra I have a link to the pricing site. A b

I was told there would be no (date) math

I expect it has to do with "Abstract DataType (DATE in this case) semantics ". You can subtract a Date from a Date the result is a number of days (a difference). You can subtract a number of days fr

Subject: unset Oracle-L digest

Subject: 10g RAC standby Failover

Hi I have Oracle 10.1.0.3 database on 4 node RAC and has single Node Physical Standby database and using Data Guard. I am able to perform the successfull Switchover. But now I want to test the F

Has anybody set up ASM on HP-UX 11.11 (PA-RISC, 64 Bit)?

Hi Helmut If you got anywhere with this setup - please share your experience. Perhaps anyone else on this list has tried this configuration in the meantime? Thanks Alex 2006/4/13 Daiminger Hel

Subject: Dataguard 10.1.0.4.0 Linux

dg_config is specific to DataGuard. Any reason why you are not using DataGuard .. It is quite mature in in 10g.

Grep Help

> cat f $Log Blah > grep "\$Log .*\$ " f $Log Blah I am actually looking for a line which has Dollar Log Colon ...any characters...dollar...any characters...but this still returns the line even

Has anyone used RAC-DDT and/or OS Watcher (tools from Metalink)

I am scratching my head trying to track down a 9.2.0.6 RAC issue (db stops responding to queries for 5 to 10 minutes at random times) and I am thinking about using RAC-DDT (Meatlink 360926.1) and OS W

Subject: Data extraction over dblink

I need to extract data from a remote database to local database. One of the column to extract is blob. Each single extract will fetch approx. 1 GB of data. Connectivity between the database is 10 mbps

10g R1, temp tablespace group, level 7 statspack snap - cons stats$seg_stat_pk v

10.1.0.4 10.1.0.4 patch 10 standard edition w2k adv svr sp4 I 'm wondering if anyone has seen this type of error before? Had contention on a single tempfile in a temp tablespace. Only one tempfile o

How to get query to use an index (...what 's wrong with the union-all, maybe

Hi The sys_context could have leading wild cards trailing wild cards or infact a wild card in the middle. I 've convinced the developer to use an operator thanks! Josh C. _____

oracle 10g and pear

On 04/12/2006 11 25 50 AM Simone Saravalli wrote > hi to everybody > I use Oracle 10g Express and I 'm dealing with the connection to the > database in php through the use of pear. In order to c

Grid Control host metrics failing for disk

Have you checked to make sure that disk stats are on? Use (cautiously) "diskperf " from command line to check. I usually turn 'em off because they do add some overhead. HTH! GL! Rich -----Ori

9207 patch on RAC (2 node cluster)

Fly the steps should be documented pretty well in the release notes/readme after you extract the .zip file. I followed those in the past without any real difficulty. There 's not much to it if you

how to avoid JDBC client connect to database?

> If you are talking about JDBC connection from within the DB 's JVM > through server side driver ... [...] Could you give an example? Thanks Dimitre -- http //www.freelists.org/webpage/oracle-l

Has anybody set up 10g RAC on HP-UX 11.11 (PA-RISC, 64 Bit)?

Helmut Yes. 10gR1 with HP-UX 11.11 and VCS 3.5 which is not very straightforward (issues between VCS and CRS integration). Using stadard HP MCSG clusterware should be easier and more or less follow

Security - Read-only user can modify data via views

yes and I told the poster Alexander Kornbrust that his company is very careless and irresponsible by revealing so much detail. It took little time before I was able to delete data that wasn 't mine

How to get query to use an index

You cannot substitute union/union all for "or ". If both conditions satisfied for a single tuple than union all would bring duplicates that you wouldn 't see in the original results. Union on the other

Metastink

Trying to ftp a patch from a unix server never tried it this way before. So far I guess I don 't know what I am doing. Can not do a dir won 't let me. { <foo >} $ ftp updates.oracle.com Connected to bi

Subject: metalink security paper

Some metalinkisms http //www.red-database-security.com/wp/oracle_metalink_hacking_us.pdf -- http //www.freelists.org/webpage/oracle-l

Manually editing the oratab file - is this OK?

Never had a problem with editing that file Paul. Cheers Lee -----Original Message----- From oracle-l-bounce@(protected) [mailto oracle-l-bounce@(protected)] On Behalf Of Paul Vincent Sent 11

Subject: RE: Logon Trigger on schema

Please specify the schema name as follows. This solves the issue. SQL > UPDATE T set NUM 2 UPDATE T set NUM 2 * ERROR at line 1 ORA-01502 index 'SCOTT.I ' or partition of such index is in unus
Page 134 of 412 Previous 100   Previous 10   131   132   133   134   135   136   137   138   139   140   Next 10   Next 100