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 8 of 412 1   2   3   4   5   6   7   8   9   10   Next 10   Next 100  

Subject: RE: OLEDB internal queries - last try

Hi Dennis Thanks for the comments. No this is Oracle bug in the implementation of the provider since if we use (for example) Microsoft OLEDB provider these queries are not generated. Anywa

Subject: RMOUG Training Days Conference call for Abstracts

The Rocky Mountain Oracle User Group (RMOUG) will be holding it 's 18th Annual Training Days conference in Denver Colorado USA on February 13th and 14th 2008. This event draws almost 1 000 attende

Subject: Re: OLEDB internal queries - last try

Alvaro I am not an OLE / ADO programmer so I can 't explain this properly. At a previous job I had a good VB programmer accompany me and explain this situation in terms that other VB programmers coul

Subject: Re: Hello OCP 's.

Patrick The certification process seems like a never-ending treadmill. By the time you get certified that is no longer the newest version of Oracle so your certification means less. If you choose

Subject: Re: Question for Australian list members

VanZanen J (Jacob) wrote > > Hi All > > > I just moved to Australia and was wondering what is around sydney the > best/cheapest place to get my hands on Oracle books? > > Just amazon or are there o

Subject: RE: ASM Risk / Rewards

I 'd suggest that there is enough reward in going to ASM in a single instance server. Your most obvious benefits will be even distribution of data across all spindles. Its like folding all your filesys

Subject: RE: clearing raw devices

That should work just fine. Oracle will only use blocks it has initialized so everything outside that range will be ignored. Randy Johnson -----Original Message----- From oracle-l-bounce@(protected)

Subject: RE: How I save Cingular Wireless USD 30M

Well after reading Tom 's comments I 'd say there is not enough room in here for his ego anyhow. Good riddance Tom. Go masturbate your ego somewhere else. Ooo. Is it getting hot in here? __

Subject: RE: RAC ASM error

What are you seeing in your ASM alert log? Try starting it just using sqlplus and check the alert log. -Randy _____ From oracle-l-bounce@(protected) [mailto oracle-l-bounce@(protected)

Subject: RE: RAC File System Questions

I 'd recommend ASM. There is safety in numbers and that is where the numbers are. I also get the feeling that ASM is Oracle 's strategic direction for shared storage. I know I 'm going to take some flak

Subject: Question for Australian list members

Hi All I just moved to Australia and was wondering what is around sydney the best/cheapest place to get my hands on Oracle books? Just amazon or are there others? Thx Jack

Subject: Re: NOT NULL vs NULL column in a fact table

In this situation you could add the column allowing nulls AND add also add triggers to reject any insert / update that leaves the new column null. When a table gets to the state where every row has

Subject: Re: NOT NULL vs NULL column in a fact table

Not sure what version you 're on but I ran into a debilitating bug related to exactly this situation in 9i. I needed to add a column added it as suggested by others (alter table add column populate

Subject: Re: cert matrix

On 9/4/07 Joe Smith <joe_dba@(protected) > wrote > > Can somebody tell me what is > > "Oracle Enterprise Linux 5 " > "Oracle Enterprise Linux 4 " > > Under the OS columns in the cert martix for Linux x

Subject: Hello OCP 's.

Hello OCP 's. I have some free time at night and I 'm looking for a good book to read/study from geared toward the OCP exams. I believe these exams are the 1Z0-042 and 1Z0-043. Any suggestions wou

Subject: RE: RAC File System Questions

Not sure why you would use it when there ocfs2 is widely available on Linux. -----Original Message----- From oracle-l-bounce@(protected) [mailto oracle-l-bounce@(protected)] On Behalf Of ryan

Subject: Re: sys vs. "normal " User

On 9/4/07 Jost J?rg <Joerg.Jost@(protected) > wrote > > At some important points this application locks rows with dbms_lock. > > The lockname is the rowid of the row. Sometimes an evil user stays >

Subject: Re: cert matrix

Oracle providing Linux support and their own Red Hat-based distribution was THE big announcement at OpenWorld last November. http //www.oracle.com/technologies/linux/index.html Note that they 're n

Subject: RE: NOT NULL vs NULL column in a fact table

I thought that the reason Gene wasn 't doing that was to avoid wholesale row migration. What you 've suggested certainly will work but it has the potential to adversely affect performance. Whether that

Subject: RE: NOT NULL vs NULL column in a fact table

Alter the table adding nullable column Populate column alter the table modifying column to be not null Update statistics -- Mark D Powell -- Phone (313) 592-5148 -----Original Message----- From

Subject: cert matrix

Can somebody tell me what is "Oracle Enterprise Linux 5 " "Oracle Enterprise Linux 4 " Under the OS columns in the cert martix for Linux x86 and x86_64 these entries are present. Along with entries

-none-

So this explains nicely DBA Deepak 's test case. But back to one of the the original questions - is the log buffer managed dynamically by ASMM that is can its (real) size change after instance boot

Subject: Re: LOG FILE SYNC wait event

Subject: NOT NULL vs NULL column in a fact table

Hi all I have several medium to large fact tables to which I need to add a NOT NULL column. In the past I would do the following - copy the data from the fact table to a backup table - truncate the

Subject: RE: RAC File System Questions

Not sure why you would use it when there ocfs2 is widely available on Linux. -----Original Message----- From oracle-l-bounce@(protected) [mailto oracle-l-bounce@(protected)] On Behalf Of ryan

Subject: Re: LOG FILE SYNC wait event

If I 'm not mistaken log_buffer will be automagically sized at instance startup if using ASMM effectively ignoring the setting of the log_buffer parameter. This is eluded to in the paragraph below y

Subject: Re: RAC File System Questions

would you recommend GFS?

Subject: Re: LOG FILE SYNC wait event

Hi John As per your notes on 32-it windows the granule size is 4M which I verified on my system. But the log_buffer size that Oracle did set (in my example below) is not equal to the granule size.

Subject: Re: HTMLDB

John The other option is to populate your fields using javascript. That approach is not as straight forward but avoids the overhead of performing the submit. There is a lot of information availabl

Subject: RE: LOG FILE SYNC wait event

Log_buffer sometimes cannot be specified exactly as it depends on what chunk or granule of memory is available. See the notes below re granules With dynamic SGA the unit of allocation is called a
Page 8 of 412 1   2   3   4   5   6   7   8   9   10   Next 10   Next 100