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 27 of 412 Previous 10   21   22   23   24   25   26   27   28   29   30   Next 10   Next 100  

Subject: Oracle CBO question

According to Mohamed Zait 's presentation last year in Zurich at Trivadis CBO Days the CBO does join search space optimizations like - When number of tables < 5 it performs exhaustive search

Varying plans on different nodes

Hi all I have a query which has a good plan on one node (node 3) and a bad plan (node 1) caused by a Merge Join Cartesian on another. Bind variable peeking is disabled and dynamic sampli

Subject: ** OEM problem

Hi I have Oracle 9i installed on my PC. When I go to OEM and then to a database and enter a username and password and hit OK it just stays there instead of going ahead and connecting so I can

"resmgr:method mem alloc latch " latch

Not a precise answer but you probably can safely assume that it 's related to resource manager. On 6/6/07 Hameed Amir <Amir.Hameed@(protected) > wrote > Folks > I was seeing a session waiting on the

Concurrent table joining in Oracle

Folks A developer had me review code today that performed a UNION ALL of 3 very similar 2-table joins. I suggested a rewrite to perform the join only once (one table is 42 million rows) and inst

Trigger SMON to dump table statistics to ALL_TAB_MODIFICATIONS

Is there a way to force SMON to dump the most current table statistics to all_tab_modifications? Is there a way to force SMON to dump the most current table statistics to all_tab_modifications? <br >

Subject: asm intermittently down

There are number of reasons whe ASM might not be able to discover the disk - permissions location (after reboot the same disk can change from sda to sdb in linux terminlogy) storage config issues. T

Data Modeling With Logical Operators

Hello Toon Koppelaars among the others is working on this problem for several years. He has published numerous papers on this topic and part of his research will be published in the upcoming book

Storing single numbers in the database

Sandra Becker wrote > Linux RHEL4 Oracle 9.2.0.8 > > I have a developer who wants to define a column as CHAR(1) in an existing > table. The only values this will ever hold are zero and one. I ask

Subject: Streams DBA Role

it never did you just need SELECT_CATALOG_ROLE GRANT EXECUTE ON DBMS_AQADM GRANT EXECUTE ON DBMS_CAPTURE_ADM GRANT EXECUTE ON DBMS_PROPAGATION_ADM GRANT EXECUTE ON DBMS_STREAMS_ADM GRANT EXECUTE

Few questions about Stored outlines

Hey All I had a few questions regarding stored outlines that I was hoping someone could help me answer. 1) If your application mainly uses packages and procedures for everything what is

Subject: _column_elimination_off

I recently took over support of a data warehouse oracle 9.2.0.7 on aix and I was going over the init.ora and found this parameter _column_elimination_off TRUE The oracle documentation says i

Subject: windows users patch advisory

Hi Niall thanks for raising this. The whole release management of Oracle patches by the vendor is very confusing even for oracle support analysts. I logged an SR about if we have to apply patch 6038

Disaster recovery - Windows registry

Hi Regedit will allow you to do this use a /E parameter along with the key and a file name to add it to and it will create the oracle key as a text file. Could be part of your prebackup script if you

dataguard in RESYNCHRONIZATION

On Jun 4 2007 at 4 17 PM Amit Kumar wrote > > I am testing dataguard on RHEL4 linux oracle 10.2.0.3. I am able to > build the environment and perform failover/switchover operations via > dgm

MLOG$ and RUPD$ tables are not analyzed

Hi Luc I had the same issue with MLOG$_* tables (with 10.1.0.4) and I logged an SR a year ago. The support could not find why dbms_stats.gather_schema_stats and dbms_stats.gather_database_stats do

Subject: GCC Issue

Folks I 'm trying to work with a developer who is using GCC on an Sun Solaris server creating an Oracle based executable. Well it sorta works the problem is that gcc leaves the output file wi

Subject: excess rows processed

Good Morning Any idea why rows processed is more than executions for dual query? Taken from from 10gR2 statspack snapshot for 1 hour period. CPU per

RMAN -- delete older archivelogs

backup the logs every x hours. For us x 1. On 6/4/07 Kanwar Plaha <kanwar.plaha@(protected) > wrote > Hi > Due to a backup clashing with one of the automated cloning script for a > database the retenti

how to set a string parameter for other session?

To my knowledge this is not possible. -- Mark J. Bobak Senior Oracle Architect ProQuest/CSA "There are 10 types of people in the world Those who understand binary and those who don 't. "

Subject: Out of Office Autoreply

Thank you for your email. I will be out of the office until June 11th with unfortunately no access to email or telephone if your enquiry is urgent please contact Jon Mead on (07747) 604603 or jon.me

How to perform ftp transfer with UTL_TCP or similar

Hello Eriovaldo Take a look at this excellent library it provides all basic FTP Client functionality. I 've used in small proof-of-concept application but it did it job successfully without any pr

Subject: oracle CMAN

Ujang If I was going to investigate CMAN I would start by purchasing the book Oracle8i Networking 101 by Marlene Theriault Even though this book is a little dated I doubt that CMAN has changed

What is RPI calls (user calls from statspack)

I found a couple of references to the statistic "User Calls " in statspack reports as follows "Oracle allocates resources to keep track of relevant user call data structures every time you log in par

Taking a while to generate a query plan?

Interesting situation. Running 10.2.0.2 EE. This situation can be duplicated on our production and 3 development instances. We have a table with monthly partitions. I 'm told that "all of a sudden

Subject: Re: oracle-l Digest V4 #150

The 10GR2 documentation says about the DBMS_STATS.AUTO_INVALIDATE param. "Use DBMS_STATS.AUTO_INVALIDATE. to have Oracle decide when to invalidate dependent cursors. " I did noticed it too that 's wh

number of transactions in a day

transactions from a business point of view and transactions from a database point of view are often very different. the more closely they are aligned the better. there is no way for oracle to track

Subject: dropping Undo Tablespace

Godwin What are those sessions? Are they Application connections? If they are application connections you can probably kill them if there are no bad side effects. Not sure of how your applica

Subject: oid/ldap

How are folks handling single sign-on with Oracle? We have implemented Enterprise Users with OID and are trying to migrate that and Oracle Names to 10g OID and have had a fair amount of difficulty.

Subject: Need for primary keys

This is very bad news. What you are in effect saying is that it is just fine with the database for 60% of the tables to silently accept duplicate rows. Even if the application running against the da
Page 27 of 412 Previous 10   21   22   23   24   25   26   27   28   29   30   Next 10   Next 100