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 239 of 412 Previous 100   Previous 10   231   232   233   234   235   236   237   238   239   240   Next 10   Next 100  

Subject: changing SSL_CIPHER_SUITES?

I edited sqlnet.ora on client and server to change the cipher and the connection fails with the new config with a TNS-12560 TNS protocol adapter error. SSL_RSA_WITH_RC4_128_MD5 works other

backup script

Hi ALL! I 'm writing Oracle (on NT) backup script using DOS scripting. Script must read location of the ORACLE_HOME from the registry. Any ideas? Regards Greg

installing java...

And don 't forget to run rmjvm before initjvm including the bouncing of the database in between. Just in case jvm has been installed before. I did find some documents on metalink searching when I h

DBMS_LDAP error

How did you determine that 3rd party SSL is not supported? On Mar 30 2005 9 37 AM rjamya <rjamya@(protected) > wrote > Never mind just found out that SSL connections are not supported to > 3rd

create package privilige/grant ? What Command?

Vivek Try "grant create process to user " Tom -----Original Message----- From VIVEK_SHARMA [mailto VIVEK_SHARMA@(protected)] Sent Wednesday March 30 2005 11 28 AM To oracle-l@(protected)

calling executable within PLSQL

Hello Nuno Souto I think it an impossible way how can the server plsql know about you client programs. May be through rpc/soap we can do a little to it. But it is also very difficult. -)

sar has the correct information or the vmstat? (student projects versus "off

Connor raises an interesting question Does the original source of software being a student project correlate with superiority or inferiority of a tool as compared to software sourced "officially? "

Exp/imp and data pump for Java objects

Hi Export / import don 't appear able to handle Java classes and source code (in 8i at least). Do you know if in 10g the data pump can handle Java objects? Patrice. -- http //www.freelist

order by question

Hi I have the following data in a table SQL > select * from test order by name NAME ---- pen Pen cat CAT I want to order the records in alphabetically order first followed by upper c

urgent connect '/ as sysdba ' insufficient privs

Check your sqlnet.ora file for this line SQLNET.AUTHENTICATION_SERVICES 3D(NONE) If it 's there comment it out. Suzy 20 -----Original Message----- From oracle-l-bounce@(protected)

OT - XP, jinit and Oracle apps - solution

And we have a winner!!!!!!! This is it! Yahoo toolbar was installed and this is the problem. Thank you Virtual marguerita 's to all of you. Kathy

sar has the correct information or the vmstat?

In sar it considers wio and idle separately. 20 Vmstat considers wio as idle time (because the CPU 's are not working as they 'wait ' for I/O)......and is rolled up in the id column -----Origin

OT - XP, jinit and Oracle apps

I know this is a dba list but I am getting no where with Metastink on this after 5 days. So here goes Oracle 11.5.9 apps works just fine on our windows 2000 machines. No go on XP sp2 usin

OID in 10g

Having just upgraded a database server (Windows 2000) to Oracle10g I find that the OID utilities (oidmon oidctl) don 't show up in the 10g %ORACLE_HOME\bin although the 10g software tree does cont

Subject: Control file relocation

You have several options. - You can create init.ora and spfiles while your database is down fro meach other. So you can just create init.ora file make change create spfile remove init.ora fil

date minus one

I wrote this a few years ago - I think it still works ) I called it add_days and then executed add_days -1 20 to get yesterday Cheers Ian MONTHS 3DJan Feb Mar Apr May Jun Jul Aug Sep

ORA-4030 8.1.7.4 AIX - No Clue - Memory Added - Never Released

We have a situation in which we are hitting an OS limit of 500MB for PGA and getting 4030 error. We have instrumented the code in question and we see steady growth of PGA. Code contains 2 loops

Subject: Configuration of the SAN

Luc I have a system we set up exactly that way because we needed the redo thoughput wasting space was not a huge issue. The problem is these SAN arrays don 't come with smaller drives ) It depe

Simple RMAN question

On Tue 29 Mar 2005 11 53 45 -0500 Ruth Gramolini <rgramolini@(protected) > wrote > Just delete the backups using the OS delete. The backup will stay in the > catalog (or controlfile) until

Installation of the Oracle software on the SAN or not

On Tue 29 Mar 2005 07 56 51 -0800 Mark Bole <makbo@(protected) > wrote > single ORACLE_HOME installation single point of failure > > You may not think of your ORACLE_HOME as a failure-prone co

Subject: parse cpu and recursive cpu

Hello The Human Fly just do the below query. -) select * from v$mystat where statistic# in (8 233) Best regards At 2005-03-29 21 24 57 you wrote >Hello List

UNIX script

Hello list Sorry its slightly off-topic UNIX related. My requirement is whenever I divert my output to a file that should contains filename along with the data and time. For example

Subject: top CPU utilizing sessions

Hello The Human Fly I think this query can give you some hint. -) select b.username b.sid b.serial# b.osuser b.machine b.program c.name a.value from v$sesstat a v$session b v$statname c where

** install of 9206

> I need to install 9206 from scratch. I assume the steps will be > 1) Install 9201 > 2) Apply 9206 patchset. > Is it correct? Thanks for your help. In case of Linux don 't forget about bug 4117

ASM directory path info from ASM instance

mhthomas wrote > Hi > > Version 10.1.0.3 > OS Linux > RAC Standard Edition > ASM > > 1) Does anyone know how to get the ASM file name including full > directory path from just an ASM i

Passing arrays/objects to Java Stored Procedures?

Does anyone have examples of passing PL/SQL arrays and/or objects into Java Stored Procedures? I can find plenty of examples of passing scalars but I can 't find more complex examples with collect

DESCRIBE?

I understand there is a "DESCRIBE my_data_base " command in Oracle SQL and I assume it will return material describing the d-b in question. Right so far? If so is it restricted in some way? I 'm

RMAN papers

Hi List Long time since my last post to the list. I was wondering if any of you have a good paper about RMAN. I 'm looking for something like "benefits of using RMAN " kind of paper. Any contributi

ssl config

Most of the examples I 've looked at wrt ssl config for tnsnames/sqlnet/listener.ora files have multiple ports/protcols defined ... (ADDRESS (PROTOCOL TCP) (HOST

Subject: Saving Doc into Database

Hello again Have another question here i wanted to save word document such as excel microsoft word into database. I need to know in oracle is there such a things like serching a word in t
Page 239 of 412 Previous 100   Previous 10   231   232   233   234   235   236   237   238   239   240   Next 10   Next 100