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 11 of 412 Previous 10   11   12   13   14   15   16   17   18   19   20   Next 10   Next 100  

Subject: RE: No Oracle Support for 11g yet - $$$$

One initial area of disappointment in 11g is that pretty much every "significant " new feature is now an extra cost option.... Real Application Testing Advanced Compression Total Recall Active Data G

Subject: RE: temp tablespace blow up

Lyall Extents from temporary sort segments are allocated to one sessions at a time only and are not deallocated until that session frees them. They are not shared between sessions. I think i

Subject: RE: Linux RAC using OCFS2 - inital installation questions

I can 't disagree enough with #4. Most of our customers who are the most successful with RAC do so with a mixed configuration of OCFS2 and ASM. OCFS2 is used for spfiles password files an archive

Subject: AUDIT sql command question

I ran SQL > audit insert table update table delete table Audit succeeded. Then I did some updates on a few tables owned by myself. But I see no entries in the sys.aud$ table recording my activit

Subject: create manual sql profile

all is there any possibilities create manual sql profile?? from DBMS_SQLTUNE package i could not found the procedure/function to create it manually.... thanks for the sharing -- regards ujang

Subject: RE: temp tablespace blow up

You 're right Mark. thanks for the URL Alvaro

Subject: AW: Linux RAC using OCFS2 - inital installation questions

> 1 > it depends on what you are going to use for the 'file system ' (ASM or RAC) Sorry little typo ASM or OCFS2 Torsten. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN " > <HTML

Subject: AW: Linux RAC using OCFS2 - inital installation questions

Hi Laura reading the docs is a very good starting point... -) do not forget to download the patches (10.2.0.3.0) 1 > it depends on what you are going to use for the 'file system ' (ASM or RAC) 2 > N

Subject: Re: No Oracle Support for 11g yet

I was at an Oracle sponsored conference in Long Beach CA today. Tom Kyte & some VP announced that V11 is/was officially released TODAY! On 8/14/07 Peter McLarty <p.mclarty@(protected) > wrote > >

Subject: RE: No Oracle Support for 11g yet

On that same point there is a press release on Oracle 's website stating the 11g is GA time is 5am on the 14th maybe your SR was just a fraction too early http //www.oracle.com/corporate/press/20

Subject: RE: No Oracle Support for 11g yet

See my earlier post. Kick support in the behind tell them to get with the times. 11g IS Supported officially. Tell them the Beta office said it was being supported and get a manager. DO NOT TAKE NO

Subject: RE: No Oracle Support for 11g yet

I have talked to Oracle. 11g IS supported through official channels. Push back on support if they are telling you that it is not as long as you are licensed to use the product or any options. RF Ro

Subject: RE: temp tablespace blow up

OK that all makes sense now i have another question. What should the pctincrease be for a Temporary tablespace? In database creation scripts i 've seen from Oracle Rollback Temp and User tablespa

Subject: Re: No Oracle Support for 11g yet

Does this have to do with the platform you are listing in the SR? Has anyone tried an SR listing LINUX as the platform and gotten this error? RF --- Andreas Piesk <a.piesk@(protected) > wrote > Allen

Subject: RE: temp tablespace blow up

A tempfile is not just another datafile. For one thing it 's initially sparse. For another a tempfile tablespace does not need to be backed up and at recovery time is simply (and quickly) recreat

Subject: RE: No Oracle Support for 11g yet

We have a notice that Beta CSIs will cease to be usable as of September 7. Infer what you will from that! Regards mwf _____ From oracle-l-bounce@(protected) [mailto oracle-l-bounce@

Subject: Linux RAC using OCFS2 - inital installation questions

So I am tasked with installing RAC on a 2 node cluster. I am 1/3 of the way reading through the documentation and am scratching my head with OCFS OCFS2 ASM. If anyone can take the time and verify a

Subject: Re: No Oracle Support for 11g yet

Allen Brandon schrieb > Not sure if anyone else has had this experience but I opened an SR with > Oracle for an 11g question and was told the following today (8/14) > > "11G production release i

Subject: RE: temp tablespace blow up

Just a dbfile like the others. Just curious which Oracle release you run? 8i? Alvaro

Subject: Re: temp tablespace blow up

just ran an update that had some stupid huge joins and couldn 't allocate anymore extents because the 4gb of datafiles were too small. So my update errored. then no problem still just that my temp

Subject: Re: opatch napply

nah! error checking is for wimps... more seriously the issue that I have is that opatch is for one-offs. Some one offs require other setup steps than just opatch - and might require for example earli

Subject: No Oracle Support for 11g yet

Not sure if anyone else has had this experience but I opened an SR with Oracle for an 11g question and was told the following today (8/14) "11G production release is not yet out and so we from Pro

Subject: Re: Study book for Oracle Database 10g DBA New Features for Oracle8i OCPs (e

On 8/14/07 Mandal Ashoke <ashoke.k.mandal@(protected) > wrote > > Greetings All > > Do you have an idea about a good study book for the following OCP test. > 1Z0-045 *Oracle Database 10g DBA New

Subject: RE: opatch napply

Hi Try something like that for i in [0-9]* do cd $i opatch apply cd .. done Of course test this out first in some dummy environment also you might want to add some error checking to the

Subject: RE: opatch napply

The instructions are pretty specific on this. CD to the directory into which you copied the CPUJuly2007 file before expansion and run opatch with these arguments. napply ./6079591 -skip_subset -s

Subject: Study book for Oracle Database 10g DBA New Features for Oracle8i OCPs (exam#

Greetings All Do you have an idea about a good study book for the following OCP test. 1Z0-045 Oracle Database 10g DBA New Features for Oracle8i OCPs Thanks Ashoke

Subject: RE: temp tablespace blow up

What is a TEMPORARY TABLESPACE? It is a tablespace that holds temporary objects used for sorts joins etc when they don 't fit into memory. Temporary tables are also stored there. The TEMPOR

Subject: Re: temp tablespace blow up

A temporary tablespace is what you want for TEMP. I 'm curious as to how you think you blew it up and even more curious as to how Oracle let you drop it. What version of Oracle are you using? Don.

Subject: temp tablespace blow up

Hi all So i blew up _the_ temp tablespace the other day with an update query *pats himself on the back*. I found some down time and dropped it looking up on the web how to recreate it i found CRE

Subject: opatch napply

Is there a way to force opatch to apply all patches with one command? With the chagne in opatch it installs numerous directories like below -bash-3.00$ ls -ltr total 214 -rw-r--r-- 1 oracle dba
Page 11 of 412 Previous 10   11   12   13   14   15   16   17   18   19   20   Next 10   Next 100