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 222 of 412 Previous 100   Previous 10   221   222   223   224   225   226   227   228   229   230   Next 10   Next 100  

Subject: 10g agent install failing

How do you set the temporary directory? You have to run the following commands (both of them!) TEMPDIR <youre_dir > export TEMPDIR TMP <youre_dir > export TMP env | grep MP to check the s

DB Link Help

create database link templink connect to foo identified by blah using '(DESCRIPTION 3D (ADDRESS_LIST 3D (ADDRESS 3D (PROTOCOL 3D TCP)(HOST 3D 255.255.255.255)(PORT 3D 1521))

Best way to manage developers/schemas

Paula You could create a stored package that your developer could call where he would pass in his "create " scripts as a string and it would be created in the schema. In our development databa

Database Upgradation

The installations notes (README.html usually) that come with the patches are a good place to start. The instructions sometimes need modification due to specifics in a particular environment which

question about RMAN full backup?

Here are my commands to do a level 0 backup and backup the archivelogs then delete them. These are from OEM job which runs the backups. run { allocate channel Channel4 type disk format '/dbbac

Database priviliges

Sanjay Not to the whole schema. It is fairly trivial to generate a sql script to grant select access to all of the objects to the user (or to a role that has been granted to the user). Somet

Subject: Windows autostart problem

Hi all I am having a problem with a 10.1.0.3 database not automatically starting up when a box is rebooted. The machine is Windows 2003. There is an old ORACLE_HOME on this box not sure if that

CTX Indexes

All We are just creating CTX type indexes for the first time and I have a couple of questions. I know that I need to periodically resync the indexes using the Ctx_ddl package. We pla

Tablespace dropped - Recovery Scenario ?

Hi All the env is oracle 9iR2. The PROD instance has 50 tablespaces. a dba has dropped a few say 2 tablespaces accidentally including contents. The only backup available is rman hot back

Subject: Backup/rman script in Linux

On 5/25/05 J. Dex <cemail_219@(protected) > wrote > This backup/rman script (korn shell) works fine in other environments but is > not working in Linux. It gets to this rman line and doesn 't pa

dumping logfile, lost time and trigger invalidations

Hi all on Monday we has a bizzire incident on the DB ended up shooting the pmon because even 'connect / as sysdba ' wouldn 't connect for over 6 minutes. ' Anyways once the system was up I was m

backing up rman catalog for disaster recovery

Paula I do this in my shell script *every* time and AT THE END OF EACH BACKUP I run...FULL ARCH ONLY etc. Even if I have a local Recovery Catalog. Effectively I now have a current controlfile

audit question

Hi! It 's Oracle 9.2.0.4 We set up DB level of audit and on session level AUDIT ALL BY username by session whenever successful AUDIT ALL PRIVILEGES BY username by session whenever successfu

Recall: media management errors

Stankus Paula G would like to recall the message "media management errors ". -- http //www.freelists.org/webpage/oracle-l

query with cost 2 taking end-less time.

Hell list I found one interesting question in the oracle metalink the originator of the question ask that with cost 2 his query is taking end-less timing to finish. 3D 3D 3D 3D 3D 3D 3D 3D

Subject: RE:media management errors

Guys I am setting up another box and have created a symbolic link from $ORACLE_HOME/lib to /usr/lib/libnwora.so just as I have on other boxes according to the documentation you don 't need to get

IAS setting

Dear All I 've simple question for you. I have problem when I try to open form & repo rt via Internet Explorer. My question is how to setting/activate my IAS so that I can open my form & repor

Bitmap I/O

Consider the following table created on both a 9i and 10g Db (16K block size) CREATE TABLE AF_TEST ( a CHAR(200 BYTE) b CHAR(100 BYTE) c VARCHAR2(100 BYTE) ) CREATE BITMAP INDEX bi_af_te

SV: relink?

Shrek I would do a "relink all ". Not because it is necessary now. But next time you patch Oracle a relink will be becessary. If the relink fails at that time you do not have any idea whether

Standby - > ORA-01031: insufficient privileges

Hi Milen The 'orcl ' part of the password filename is the instance name. So in your case it should be stby. I 'm very grateful that you 're proving my statement that in a High Available configu

OT: PostgreSQL native support for Oracle style SQL etc.

Some interesting news on PostgreSQL I know some people here uses it too. Anyone involved in their beta? http //www.enterprisedb.com/ Richard Ji -- http //www.freelists.org/webpage/oracle-l

relink?

Yeup. "relink all " will do it. -----Original Message----- From oracle-l-bounce@(protected) [mailto oracle-l-bounce@(protected)] On Behalf Of bill thater Sent Tuesday May 24 2005 3 27 PM

duplicate command to clone database to another host

All > >duplicate target database > >until scn|sequence|time I wonder if any of you all are doing this "duplicate " automatically via end-to-end script or manually and plugging in the value for

Weird recovery, need help please

On 5/24/05 Oracle <all_about_oracle@(protected) > wrote > this is the error I have > 20 > Specify log { <RET > 3Dsuggested | filename | AUTO | CANCEL} > 20 > ORA-00283 recovery session canceled d

Subject: Oracle 8.1.7 on Linux

On 5/24/05 Smith Ron L. <rlsmith@(protected) > wrote > Was Oracle 8.1.7 ever certified to run on non-x86 Linux? > 20 > Thanks! Apparently no you can check that here http //www.oracle.com/techno

Wrong results from date comaprisons

Depends on how precise the date columns are... Are you going down to the milliseconds? Your output only goes to the second... Vlado Barun M.Sc. Senior Data Architect Cadre5 www.cadre5.com O

Resolving dblinks

All databases which you want to access must be in the TNSNAMES.ORA on the host from which the request orginates. Just put an entry into your tnsnames.ora for this database. HTH Ruth -----Or

Auditing original user in an n-tier environment - THANK YOU

We are going to go with DBMS_SESSION. The application(s) will establish and clear the context for each connection (looks good on paper!!). Thank you again for your input !!! -----Original Me

leap year

Hi I need to write a PL/SQL function to show how many times the leap year occurred between two dates. The maximum range between dates is 10 years. Please help. Thanks Inessa. -- h

IO and CPU cost - direct path read

Hi all I have an interesting IO and CPU cost calculation problem. I am missing something crucial here. I am doing comparisons of costs for two things to better understand the costs when di
Page 222 of 412 Previous 100   Previous 10   221   222   223   224   225   226   227   228   229   230   Next 10   Next 100