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 215 of 412 Previous 100   Previous 10   211   212   213   214   215   216   217   218   219   220   Next 10   Next 100  

Oracle Capacity planning and Sizing Spreadsheets - ADMIN

Hi All As list admin I have banned Zoran from posting for 1 month. Quoting a private email against the express wish of the author and including a potentially damaging allegation about a third

Weekend Crunch Help - Freelist Groups

Ethan >ORA-03237 Initial Extent of specified size cannot be allocated in tablespace > >Running import from a 9.2.0.4 dump file into a 9.2.0.4 database with a 8k block size. Keep getting >t

Advanced Perl Programming, episode II

On 6/18/05 Mladen Gogala <gogala@(protected) > wrote > > On 06/18/2005 04 02 54 AM Mladen Gogala wrote > > Well I finally had some time to read through the electronic version > > of the boo

Any AIX networking gurus (related to Grid Control)?

Well DNS is not AIX specific. Yes the alias config your DNS folks have setup looks good. Basically the host has a hostname (it will also have an A and reverse entry in DNS ) The alias (a CNA

Oracle Capacity planning and Sizing Spreadsheets

On 6/16/05 Zoran Martic <zoran_martic@(protected) > wrote > > I did not mean to offend anybody. > > I am curious why you chose to quote a private email on the list when it defied the expressly

Subject: OT: SQL Server listserv?

Does anyone on this list who also works with SQL Server know of any good SQL Server listservs?

Subject: RMAN backups

To take Bob 's comments one step farther... If your data is worth the trouble of backing up archivelog mode is (almost) mandatory. Does your management understand that doing offline backups (without

Oracle Transparent Gateway for MS SQL *Server - Help!!

We are running Oracle 9.2.0.5 on RedHat 3.0 and we want to connect to MS SQL*Server on Windows 2000 Server using Oracle Transparent Gateway. I 'm a bit confused on how to set it up after reading

backups to disk

Paula I wrote korn scripts to perform rman backups to disk followed by gzip 'ing the resulting file. We keep about one weeks worth of backups on disk (3 backups). The directory is backed t

Purge RMAN backups from old repository

You could start a dummy 9i instance in mount mode with the old control file connect with rman to it and to the 9i catalog and perform your maintenance operations in that session. Bye Jerome

RMAN "crosscheck " did not check file on tape?

Try explicitly crosscheck backup device type sbt On 6/17/05 dba1 mcc <mccdba1@(protected) > wrote > I am practice ORACLE RMAN 9ir2 and found "corsscheck > backup " only check backup files on di

* Needed-Oracle DBA with RAC, DW and 9i exp.-VA Beach Area

Industry Leader located in the Greater Virginia Beach Virginia area ( Newport News ) needs a solid Oracle DBA with Data Warehouse and 8i 9i and RAC skills. This person will be hired to administer

Help with loading data from PostgreSQL into Oracle

I need some help getting data from PostgreSQL to load into Oracle. I have extracted the PostgreSQL data into a file as insert statements. However I am having a problem I 'm not sure how to handle.

data dictionary poster for oracle 9i

You can order a poster from our Web site at http //www.tusc.com/oracle/download/tusc_posters.html John Smiley Technical Management Consulant TUSC Inc. On 6/17/05 Gupta Krishan <KGupta@(protected)

Subject: System Statistics and the CBO

Hi Patty When you gather/import system statistics you provide the CBO with more information about your system and allows it to use CPU costing as well as I/O costing. System stats should be ga

time counter is wrong with plsql profiler

<html > <div style 'background-color ' > <DIV class RTE >I have using profiler.sql from </DIV > <DIV > </DIV >http //metalink.oracle.com/metalink/plsql/showdoc?db NOT& id 238684.1 <DIV > </DIV > <DIV > </DIV >

Subject: Poor Man 's RAC environment

Hi Dick first you have to identify what "poor " is. In one part of the country it could be 100 others 1000 -) From what I can tell - this is setup seems to be the most realistic windows

Subject: To reduce RMAN backup time

Try setting parallelism Parallelization of Backup Sets You can configure parallel backups by setting the PARALLELISM option of the CONFIGURE command to greater than 1 or manually allocate multi

Subject: Track Audit Parameter Changes

Version? Starting in version 9 setting audit_sys_operations to true will output the info to the audit_dest directory for SYS. (Hopefully user SYS is not being used unless critical. The SYS user

** view join query

Hi I have a view xview which joins union all three tables. Oracle version 8.1.7.4. All of them have a primary key which is selected as xview_id in the view. If I have a query select xview_i

Performance - Qry with PL/SQL Functions vs Qry Straight SQL

Hi I 've been asked to look into solving a long running DW transformation process. It turns out that the SQL executed is littered with PL/SQL functions that I 've shown can be replaced with DECODEs

Metalink note on 10g stream config

Hi Sorry no. But try this http //www.bookpool.com/sm/0974599352 -) On 6/16/05 rjamya <rjamya@(protected) > wrote > Does anyone have a local copy of Metalink Note 298877.1 (10G Streams > R

The irony of CBO

When SQL first came on the scene it was sold as a language where the user specified 'what ' they wanted not 'How " to retrieve it. I find it ironically amusing that so much effort is made to try to

Another Interrelate?

Steve 20 I hear that another of those Interrelate employees snuck into Lifetouch. Wasn 't one enough? Wendy is a good person I 'm happy for her. Should do a good job and keep my ESOP high. Denn

Tim Gorman 's "...Cost-Based Optimizer.doc "

Could it be that scattered reads take less time "if " the next block of data to be read is "actually " adjacent to the last block read therefore you wouldn 't be incurring seek time as you might with

Oracle Capacity planning and Sizing Spreadsheets

Hi all Anybody tried this toolset (spreadheets) for the Oracle Capacity planning and Sizing? http //www.rampant-books.com/download_sizing_spreadsheets.htm Is it worth spending $9.99? Ev

:new and :old

Kean What exactly are you trying to do? 20 Is the trigger you are trying to create on the TRACKFLD table? If so then the cursor would fail anyway - you cannot query the table that the trigge

Subject: Invoking Export as SYSDBA

Hi Paul Why you are depending on escape characters. Every O/S has different escape characters. So always better to do EXP/IMP with PARFILE. The same things comes when you are using QUERY option i

Trigger tables

Hi Jkean Pls try the following syntax Select table_name from dba_triggers where trigger_name 3D ... (your trigge r name). HTH Sony ----- Original Message ----- From "Kean Jacint

HTML DB licensing?

It is included as part of the RDBMS license we had an Oracle guy here last week with a demo of it and it was one of his "FREEBIES " in the presentation. "As long as you have a license for the datab
Page 215 of 412 Previous 100   Previous 10   211   212   213   214   215   216   217   218   219   220   Next 10   Next 100