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 41 of 412 Previous 10   41   42   43   44   45   46   47   48   49   50   Next 10   Next 100  

Further adventures in RAC - Part 2

Greetings I am attempting to install Oracle and create the ASM instance and am using oracleasm to configure the disks. I am installing Oracle 10.2.0.1.0 Enterprise Edition on RHEL3. The disks look l

Further adventures in the world of RAC - Part 1

Did you run the clusterverify (cluvfy) sucessfully? Did you create the partitions for ASM disks and set the ownerships correclty. Were you able to read the asm disks from all the nodes.? (simple dd)

oracle redhat 5 certification?

On 04/04/2007 12 49 00 PM ryan_gaffuri@(protected) wrote > I checked the certification matrix on metalink and Redhat 5 is not on it. Its been out for a couple of months. Out sys admin wants us to mo

How to identify Temp Space being used

You don 't mention a version but if it 's relatively recent then this select * from v$sort_usage should tell you what you want to know. -Mark -- Mark J. Bobak Senior Oracle Architect ProQue

Perl DBI connection with RAC environment

Hi Sanjay You should be able to change your host ip to the vip ip for the service associate with the database you are connecting to and the sid the that service. You would in theory have then failov

Using migratepv to move Oracle files online

On 04/04/2007 12 17 20 PM fmhabash@(protected) wrote > Hi all > > has anyone used the AIX command 'migratepv ' to move Oracle files (raw or > cooked) online outside of Oracle? Where is "outside of

Subject: StatsPackViewer vs. WISE

I don 't know anything about it but I just googled it too and all the links for free downloads and Alexey 's websites seem to have been shutdown so I guess Rampant owns it. -----Original Message-----

Oracle users and password changes

Query USER$ to get the list of users whose passwords are coming up and send them email. -----Original Message----- From oracle-l-bounce@(protected) [mailto oracle-l-bounce@(protected)] On Behal

Subject: 64bit Windows 2003 with 9i

Hi List Anybody running 9i client on a 64 bit Windows 2003 O/S? Thanks Roger Xu Senior Staff Analyst Cadbury Schweppes PLC P please don 't print this e-mail unless you really need to. -------

using set role command in a logon trigger

Hi There is this new feature in 10g that allows you to authenticate roles based on packages. You can use that feature for this situation of yours. create role < > identified using schema.package

does 10gr2 support rename schema?

Here is a link to a description of how to do it quicker than a full exp/imp by using transportable tablespaces http //asktom.oracle.com/pls/asktom/f?p 100 11 0 P11_QUESTION_ID 3002 0192108317#608

Subject: opatch

Is it still true that CPUJan2006 is the first CPU that must be applied and then additional CPUs can be applied? I am being told by a vendor that 1. Applied CPUJan2006 2. Applied CPUJan2007 whi

Spanish words for Database Term

How about disparador - could be a synonym for gatillo. The thing abouut Spanish is it could be difficult to translate a colloquial word like trigger. Maybe the pharse "disparador del c?digo del prog

Slightly OT: Micro$oft SQL Server learns from Oracle (a little!)

If only the first computer scientists knew that possibility to sue...

Global (and local) Temporary Tables & PL/SQL

On 04/04/2007 02 07 25 PM Brady Mark wrote > Could you add a DDL trigger on before alter of that package to check > existence of the table and create it if missing? The package will still > go inv

dbverify slow on gpfs filesystems

You might find this post by Mogens N?rgaard useful http //wedonotuse.blogspot.com/ "DBVerify? I think not. ". Stefan On 4/3/07 Manmohan Jalsingh <mjalsingh@(protected) > wrote > > Hi > > Has anyon

Active/Active Site A/Site B using SRDF

The SAN/Systems Administrators claim its possibly to have a Site A/Site B setup(at two locations). Use SRDF asynchronously to populate and keep both sites active. 1. I don 't think its possible to ac

Subject: Wrong Plan after invalidation

Hi Folks We have a report query with bind variables. This query has 20 sql_childs. when we use literals which are taken from the sql_bind_capture view the query uses the optimal plan.I have invalidat

Remote Select opening transaction

Hello In Oracle 8 when performing a select query on another database threw DB link Oracle opens a transaction that could only be closed by commit or rollback. That could be harmful when developers

Oracle 10gR2 Streams - Issue with excessive Redo

We have noticed that Streams generating more than 5x Redo on Master when TXN_LCR_SPILL_THRESHOLD set to Infinite and when we updated 300K rows in one txn. From the stats we captured during the test i

Subject: ADMIN: Update to webpage

On 4/2/07 Steve Adams <steve.adams@(protected) > wrote > > The list server does not appear to be sending out rejection notes for > posts that are rejected as too big. I have therefore added the foll

Oracle not liking the index ... sometimes

Are you both running the query with the exact same bind variables values? Any chance he ran the query for a more popular value? Perhaps he 's not running it that way now but maybe he did earlier whe

Subject: Re: "Throttling " a session 's IO

Hemant If I understand this correctly the issue is around the redo overhead imposed by DELETE. If you are licensed to use partitioning then you can try out a DIY refresh using a partition swap meth

Subject: "Throttling " a session 's IO

As an exercise or thought experiment how would I "throttle " (ie control the rate of) an Oracle Database session 's I/O ? For CPU utilisation I could use "nice " or "renice " but what about

Subject: On demand DBA support

Tusc does some but 1) Are they descent in your area? Our are for database not much else 2) You have to sign a contract for like 8 hours a month and you can give them some things to do for

Subject: dropping java class

Oracle (or maybe sqlplus) coverts all text entered to upper case by default. Try putting the name of the object in double quotes. Stefan On 4/2/07 John Dunn <JDunn@(protected) > wrote > > I do a sel

Oracle DBMS / GC named user license count

Hi oracle recently did a soft audit in our organisation to find out what they call "real usage " of Oracle database licenses. To do this they counted all users of all databases or if the nr of Oracl

Subject: 9.2.0.6 to 9.2.0.8

WRT 9.2.0.8 there 's only one thing that 's bitten us and it only applies if you have any SQL embedded within a PL/SQL block that gets data via a database link from another 9.2.0.8 database on a pla

Oracle 10046 tim, e and ela Values use Nanoseconds/1024 not Microseconds, on

Hi Andrew I 'd be interested in such a matrix too -- I 'll be able to add tru64 and hp-ux to that. Perhaps others. Stefan On 3/31/07 Nigel Thomas <nigel_cl_thomas@(protected) > wrote > > > Andrew >

Oracle Export Error ( 9.2.0.6 on Solaris 2.9)

Bala Check your alert log - you 'll probably find an ORA-7445 in there along with a message pointing to a trace file with the core dump. In that trace file you 'll find the offending sql statement. Th
Page 41 of 412 Previous 10   41   42   43   44   45   46   47   48   49   50   Next 10   Next 100