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 143 of 412 Previous 100   Previous 10   141   142   143   144   145   146   147   148   149   150   Next 10   Next 100  

Home, sweet home

On 03/13/2006 05 49 28 AM Yechiel Adar wrote > I am pleased to inform you that I signed a contract to buy a new house. > We are moving to a private home from an apartment. Congratulations. Don 't f

Will dump block make dirty block written to disk?

Kamus >But can anyone prove if that block is dirty will >DUMP action cause the DBWn to write this block >into disk or not? "prove " is big word... I 'll limit myself to show you that in my case the

McAfee Anti-virus software causing grief to Oracle binaries (win32)

If you are using McAfee antivirus software on your win32 Oracle servers - check your logs. It attempted to remove files such as Dell OpenManage Cygwin perl Sysinternals pstools suite. Basically a

Subject: Restore using RMAN question

J > If I wanted to go back and do a restore only up to the point Yes you would recover to the point in time that you select past the time you took the hot backup. The archive logs from that time

** rman to disk on remote/another server

A I 'm guessing your concern of rcp vs. mounting it is one of synchronicity not security. I 'm guessing you are writing RMAN backup to disk rather than using an MML. I 'm confident that RMAN won 't u

RMOUG paper about scalable NAS for Oracle

Not a shameful plug as it may appear. There were 20 something folks on list that wanted to see this paper. http //www.polyserve.com/pdf/Oracle_NFS_wp.pdf <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML

select col1, ..., xmltype(my_blob_col) from tableWithBlobColumn

Hi! What I want is something like select col1 ... xmltype(my_blob_col) from tableWithBlobColumn. Yet I have an oracle 8.1.7.4 db storing xml as blob. (yes yes it should have been clob but it was

Hotsos Symposium

For the record I actually ate it afterwards. On 3/10/06 Jonathan Gennick <jonathan@(protected) > wrote > Once again another Hotsos Symposium has come and gone. Many > of us had dinner together on T

Subject: Long data type NLS issue

>I have a 9.2.0.6 DB that was created with AMERICAN US7ASCII character > set. > When our heavy PC client inserts into a LONG type column and the number > of characters is more than 2k we get > ORA-031

Subject: _row_cr setting in RAC

Folks Is there anyone using this setting (_row_cr) with their 9i2 (9.2.0.6) RAC environment? Could someone please shed some light on under what circumstances this setting can help. We have a performa

Subject: High mbrc in aux_stats$

Hi I have seen this generally to be incorrect in 9.2 and I set it manually using dbms_stats.set_system_stat. The default value is -1 but that happens when you do not have enough multibloc

min function

If it threw you how come you didn 't just test? -- http //www.freelists.org/webpage/oracle-l

Subject: Histogram Procedure/Function

You could create a table with fields range_limit_name lower_limit upper_limt and join this table with table_name with numeric_value where clause can have condition where

Subject: OT: high WIO on Linux

Sorry if this is a bit off topic but I imagine that a few of you may have encountered this in the past... Recently I have observed a couple different Linux boxes (I 'm reasonably sure both were RHEL

expensive SQL

Hi! I see you make an correct use of rownum but I better like the use of analytic functions... Greetings Bjoern ----- Original Message ----- From Mercadante Thomas F (LABOR) To bnsarma@(protected)

VLDB tips

Well since you brought up the subject of RMAN let me ask this what version of the database will you be running? If it 's 10g you 'll definitely want to look into using incremental backups in conju

Bob Sneeds "Oracle I/O " paper whereabouts

Anyone have an e-copy of Bob Sneed 's "Oracle I/O Supply and Demand " white paper? He mentioned it during his Microbenchmarking session at Hotsos on Tuesday yet my googling and searches on Sun 's site

OT -- DROP VIEW SYS.V_$WAITSTAT;

Interesting -- "wait-free " DB http //www.eweek.com/article2/0 1895 1934569 00.asp Funny I didn 't know a DB could implement infinite CPU capacity. ) Rich -- http //www.freelists.org/webpage/orac

Job taking longer with more RAC nodes

I have seen the same thing. If you do not put a decent load on a standalone server adding additional servers in a cluster will cause things to run slower. One customer POC I was on ran a single app

Creating "phantom " rows from SELECT

Hey all In 9.2.0.5.0 I have a request to add 10s of thousands of rows of bogus data to a table for a single report. Instead of fudging that data I thought I 'd create a view. Here 's a sample of t

Subject: RMAN impact

One minor correction to Brandon 's otherwise great post Incremental backups are available with Standard Edition starting with 10gR2. DBAs working with earlier releases of SE may find the upgrade to

Is Anyone Using Change Data Capture

Hi Pete Looks like you probably already know this but in 9i CDC uses row-level triggers. In 10g CDC has an asynchronous option which uses Streams to get changes from the redo log with less impact

Subject: Solid state disks for Oracle?

That is a great paper Mike ault also has done some research in this field. SSD is good for redo temp and undo. I do not know how optimizer will handle other tablespaces. As currently the

Primary Key seems to be harmful for performance

On 03/09/2006 09 12 05 AM genegurevich@(protected) wrote > I was refering to the fact that i had multiple tables in my query and they > all have PKs. I should have been clearer though and

OCFS2 in VMWARE ? (second try)

Sorry I forgot to send my Vmware confogurations (only the shared storage relevant part) disk.locking "FALSE " diskLib.dataCacheMaxSize "0 " diskLib.dataCacheMaxReadAheadSize "0 " diskLib.dataCa

OCFS2 in VMWARE ?

Hi Listers I am trying to setup 2 nodes RAC (10G R2 Linux) in VMWARE (for self-educational purpose of course). After installing OCFS2 und mounting the "shared storage " in both nodes (Hostnames

Subject: Shutdown Immediate Hangs

rolling back a large transaction On 3/8/06 Ebadi Abdul <Abdul.Ebadi@(protected) > wrote > > We were forced to do a shutdown abort then started the instance up > normal but a shutdown immediate rig

data encrypt between client- server?

I do believe that the answer is no data transferred between the client and the database after logon is complete is not encrypted without the Advanced Security Option. You would need to scope the lin

Oracle 10g RAC -- Dell -- Windows 2003 -- 64 Bit

Hi On Wed 2006-03-08 at 10 51 -0800 Bob Robert wrote > All > > We are planning to setup Oracle 10g RAC as a proof of concept. we would > like to start with two node configuration first. Right

problems with exp and expdb in 10gR2

Hi > Our backup scritps use the traditional exp tool... and we found > this in the log... By the way... Remember that neither exp nor expdp exports the user XDB (and a couple more...) even if a ful
Page 143 of 412 Previous 100   Previous 10   141   142   143   144   145   146   147   148   149   150   Next 10   Next 100