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 406 of 412 Previous 100   Previous 10   401   402   403   404   405   406   407   408   409   410   Next 10  

Subject: ora_check_sql in DBD::oracle

In private communication with Cary Millsap I was warned about the undocumented DBI handle attribute called "ora_check_sql " which was defaults to "1 " and oracle versions 8 and above causes oracle

RE: **BLOCKED-BY-IHATESPAM** Re: RE: items i 'll be testing first
   for 10g new

Honestly not sure.... Robert -----Original Message----- From ryan.gaffuri@(protected) To oracle-l@(protected) Sent 2/5/2004 12 35 PM Subject **BLOCKED-BY-IHATESPAM** Re RE items i 'll be

OT: HP-UX 11/grep

vi On 02/05/2004 01 42 42 PM "Vergara Michael (TEM) " wrote > Hi Gang...sorry about being kinda OT...but... > > A long time ago when I used VMS I could scan a file and see > a set number of

OTN has released 10G Documentation.

HTH GovindanK -- http //www.fastmail.fm - Or how I learned to stop worrying and love email again

PctUsed and PctFree when using LMT and 9.2.0.4 on Aix

On 02/05/2004 01 39 09 PM "Mercadante Thomas F " wrote > All > > I just noticed something that I think is strange. I am creating a > new > Curam > database in a 9.2.0.4 AIX 5.2 machine. I a

9i Certification Test - Performance Tuning 1Z0-033

Not sure of the info value but here goes I just learned that transcender updated their Oracle certification practice tests and now have available the 4th OCP study practice test (Performance T

Subject: Slow ODBC connectivity

Another place to look at is ODBC DataSource parameter called "Preftch Count ". By default it is set to 10 which means for the query retrieving 1000 rows ODBC will make 100 trips to the database. D

Subject: connect / as sysdba on 9i

Often on Win2k it is as simple as setting your ORACLE_SID env variable Mohammad Rafiq <rafiq9857@(protected) > Sent by oracle-l-bounce@(protected) 02/05/2004 06 44 AM Please respond to o

Tkprof ouput -- Query on times waited/max waited/total waited

Responses in-line. Cary Millsap Hotsos Enterprises Ltd. http //www.hotsos.com * Nullius in verba * Upcoming events - Performance Diagnosis 101 2/24 San Diego 3/23 Park City 4/6 Seattl

Subject: AW: Regular Expressions in 9i

Well it is implemente in pure PL/SQL with lots of loops. If you want fast regex use Perl. And yes of course 10g. Coming to a desktop near you sometime in the 21st century. Jared

HELP rac

So the unbreakable database requires rsh? That is quite ironic. Jared "Rognes Sten " <Sten.Rognes@(protected) > Sent by oracle-l-bounce@(protected) 02/04/2004 09 40 PM Please r

ORA-12540: TNS:internal limit restriction exceeded

You 've hit the number of concurrently open TCP connections on the box. You may try cman and connection pooling but it would involve restarting the database and setting "POOL " parameter for the dis

View with outer join

Your view returns rows right? Test that first but I believe if you issue a "SELECT * FROM userstatus_v2 " you should get plenty of rows back. I think the problem with your query in step 3 is t

Subject: Java Development Tools

For all you Java development folks - any recommendations for a Java Development Tool? I know that Oracle has Jdeveloper out there. But what else is there? Any good bad or ugly? thanks Tom

Subject: Help - Installing DBD::Oracle

On 02/04/2004 07 42 44 PM Jared.Still@(protected) wrote > The site was down earlier due to a UPS issue but I believe it is > back > up. It isn 't. -- Mladen Gogala Oracle DBA -------

OPFS on 9i ?

On 02/04/2004 03 04 49 PM "Fedock John (KAM.RHQ) " wrote > We are currently running OPFS (oracle parallel failsafe) on Oracle > 8.1.7.4 using HP-UX. This is an HA system from HP. > No problem

Subject: statspack wait events

This is why statspack is sometimes useless. Your "db_file_sequential_read " wait is meaningless unless you know which SQL command(s) cause(s) the largest number of those read events. Without the par

Subject: sql explain plan issue

The Oracle 9 plan is showing you an optimisation option known as 'table pre-fetching '. Essentially the plans are the same but Oracle can make a cost-based decision when using index range scans

can 't get a simple query to use an index

You probably need to rebuild index. It looks to me that your index might not be usable.There is "STATUS " field in the DBA_INDEXES. If someone moved the table indexes are unusable. On 02/04/2004

10g install hist

List I just return from a 10g seminar and I talked to them about hacking the Disk1/install/linux/orapram.ini file to allow the install on the OS of choice. If you comment out the [Certified Versi

Subject: Regular Expressions in 9i

You need the owa_pattern package. You will find it in OH/rdbms/admin IIRC. Here are some test scripts http //www.cybcon.com/~jkstill/util/zips/owa_pattern_tests.tgz Jared "Mercada

Oracle Unbreakable?

Are OTN software & documentation downloads off-line?

3rd Party Database health check

On 02/04/2004 01 28 58 PM Kirtikumar Deshpande wrote > From all those 60-100 "database parameters " Patrol monitored we had > found about 10 or so to be of > any help to the DBA with Oracle 7 and

Subject: Statspack, rest in piece

Long live Automatic Workload Repository (AWR). It even comes with a package to analyze it so that the poor administrator doesn 't have think about the question of life universe and instance paramet

Oracle.com ? Back to old look??

Now just this morning I saw the '10G is here ' Oracle.com page.....now it 's back to where it was Monday. Did they pull it or was I just having an out of database experience? David Phillips Supp

(no subject)

David I don 't think having two LUN 's on the same RAID system was a wise decision. Contention is introduced this way on the same physical devices. Goran Date Mon 5 Dec 2005 10 53 22 -0800 (PST)

items i 'll be testing first for 10g new features

An analysis of reported bugs via metalink and trend that with analytical functions provided via 10G SQL.... greg -----Original Message----- From Joe Testa [mailto oracle-l@(protected)] Sent

TOAD annoyance

On 02/04/2004 10 36 38 AM George wrote > Jared > > Did you know that Quest purchased TOra? > > George > Everybody knows that. The problem is what Quest wants to do with it? Did they purch

rac free with standasrd edition?

Isn 't the 4 CPU limit a per-server limit? On Wed 2004-02-04 at 05 55 Niall Litchfield wrote > However std edition is limited to a max of 4 processors so it would appear > that you will be able

Antw: Re: OEM 10g

Joe - let me say " I don 't take umbrage regarding puke " - putting jocularity aside downloaded on Feb 01 2004 - at a "breathtaking " speed. Maybe nobody else did a download at that time. Guts feel
Page 406 of 412 Previous 100   Previous 10   401   402   403   404   405   406   407   408   409   410   Next 10