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 290 of 412 Previous 100   Previous 10   281   282   283   284   285   286   287   288   289   290   Next 10   Next 100  

Custom installations of Oracle9i/10g

Have you tried custom install removing all the options and selecting only the DBMS? Yechiel Adar Mehish ----- Original Message ----- From "Adam Donahue " <adonahue@(protected) > To <oracle-l@

Re: ORA-03113: end-of-file on communication channel

Here you go.. Deepa Subodh Nissar I have put the definition of view for yr information. If I do insert directly from this query It gives me error and disconnects the session buddy. If I m

configuring snmp on AIX - help !

Hi Did you try to reload the daemon ? Try this $ oradbsnmp .... $ su - # refresh -s snmpd Regards Antonio Belloni --- Prem Khanna J <premj@(protected) > escreveu > Hi All

The Outcome: High oracle cpu on Windows 2000 w/ FailSafe 3.1.2 after patch appli

Thanks to Jeffrey Beckstrom 's sharing of a similar experience we appear to have identified a bug and a workaround. I turned off Dead Connection Detection and the problem automagically went away.

Subject: staggered/throttled delete

> Hi All > Does any one have an example they can share on performing a large > delete in small chunks? Here 's a quick & dirty script I put together recently for purging old data from an audit

Alert log error checking script for Windows?

Hi I agree with Jared. I like using their book as a starting point for Oracle administration ideas in perl. Its a cross platform solution with only minor variations per OS. I support python

** pass table in a script to execute PL/SQL (procedure)

When you say pass a "table " if you mean a PL/SQL table then yeah no problem. That functionality exists way back even 7.3.4 maybe even before. TYPE table_parm IS TABLE OF VARCHAR2(2000)

own session 's SID

Or you could create a logon trigger that acquired the value and stuffed it into a context so that the user could use a call to sys_context( 'your_system_context ' 'sid '). Probably more efficient

Flashback query

Have tried it doesn 't. 20 Dick Goulet Senior Oracle DBA Oracle Certified 8i DBA -----Original Message----- From Ken Naim [mailto ken@(protected)] 20 Sent Friday October 15 2004 2 13 PM

RE: Security Alert #68 - Have to upgrade versions prior to 9.2.0.
    4

David Here 's the best part. Oracle now has *two ways* of sending patches out to us. One is the current (old) way where you run oracle installer. The other (new) way is where you run Opatch.

Unable to find SQL executed by blocking session

Glad I could help but..... That may not work either. What if the blocking session does update tab_a set col_b 3D 'Hi there ' where col_a 3D1 So when that completes execution you can still

Responses : About Older Backups -- was Re : RMAN-NetBackup
without an RMAN C

Responding to some of the responses 1. RMAN is a recovery tool. I would expect to use RMAN to recover my database from a valid backup. Let 's say your data was flat files and backed-up using

resume on Exception

Bob I 'm pretty rusty on it but the basics are WHILE foo LOOP UPDATE xxx SET col1 3D *** WHERE conditions EXCEPTION WHEN OTHERS THEN Your error ha

ORA error

Does anybody know why I am getting this error Start of log messages from Plsql program +

trigger problem

Please ignore my previous message. I have figured out the problem. The size of one variable in the trigger was too small. David

question on hierarchical query

Hi This should satisfy your requirements select distinct * from hier connect by prior b 3D a start with a > 3D 100 HTH Alan Davey -----Original Message----- From oracle-l-bo

REFENTIAL

http //download-west.oracle.com/docs/cd/B14117_01/server.101/b10755/toc.htm[1] Regards Stephane Faroult RoughSea Ltd http //www.roughsea.com On Fri 15 Oct 2004 08 04 'Seema Singh

Problem SQL - cartesian join & LIOs !

Thanx for the info ' Mark . This is the SQL . SELECT /*ordered index (prrv pay_run_result_values_pk)*/ pap.employee_number employee_number papr.payroll_name payroll_name pbt.balance_

Basic Oracle Views and Tables Permissions Question.

Lex Thanks for correcting me. Clearly I 'm wrong and replied without thinking properly. The data dictionary views all_* etc. provide an example showing that you can have access to a view but not

Database Link Problem in 9.2.0.5

The solution turned out to be to change the global name from "MCHSTAGE.LOCALDOMAIN " to "MCHSTAGE.WORLD ". When the database was created the domain defaulted to LOCALDOMAIN. Database links can now

merge command, pq slaves and sorting

Hi > Can someone please verify...If the FTS spawns a number of slaves based on > the degree does each sort operation also get that number of slaves is > that correct? You may simple ve

Help needed in 8i Retention Period

Without the catalog the default setting for control_file_record_keep_time is already 7 so you don 't need to do anything! With the catalog there 's a couple of options. You could go for the simple

Workflow Licensing

Hi All Does Workflow require a separate license with Oracle Application Server? I have a contact who 's asked the question as he 's read this comment on oracle.com "OW4J will complement - not

Can I ask a RAC user a favour?

Hi! > I don 't understand why the select from dual is not showing > the extra I/O and stats I see on the "insert ... values > (...nextval...) " when the seq cache is small. Which version? In 1

Subject: Help with Shared Pool Problem

Have you tried clearing the cache to see the activity after it 's cleared not the best choice - as it could affect the response time but... "Smith Ron L. " <rlsmith@(protected) > wrote So you are say

clntsh.o

Michael an .a file is a library storing the object modules. I 've no AIX at hand here but something like 'ar xv libclntsh.a libclntsh.o ' should do the job. It simply extracts the module from t

loading data from an excel sheet

Wow... that 's quite possibly the most obnoxious email disclaimer I 've seen. On Thu 14 Oct 2004 11 58 09 +0530 a.kish@(protected) <a.kish@(protected) > wrote > Hellow All > > I want to load data from

Subject: OT : Hardware evaluation

Hi there Well first you need to know how you current system is coping with the available resources Memory cpu IO on disks. Having pretty much always used SUN for the last 7 yrs in one for

SQL with special characters .. behaviour ?!

What do the execution plans look like in each case? -----Original Message----- From oracle-l-bounce@(protected) [mailto oracle-l-bounce@(protected)]On Behalf Of Prem Khanna J Sent Wednesda

Subject: Strange Elapsed In Raw Trace

If I calculated that correctly the 3rd exec took 584 942.4 years. Did anyone complain about performance? At 06 12 PM 10/13/2004 Larry Elkins wrote >PARSE #5 c 0 e 3328 p 0 cr 0 cu 0 mis 1 r 0
Page 290 of 412 Previous 100   Previous 10   281   282   283   284   285   286   287   288   289   290   Next 10   Next 100