| Thread | Last Post | Replies |
|
| Find file# from block DBA in its integer 48-bit form | 23 Dec 2005 17:23 GMT | 3 |
How can I deduce the file number of the following block address: 306184587 ? Where/how is the file number stored ? Thanks a lot ! Regards,
|
| Update trigger, detecting missing columns | 23 Dec 2005 14:49 GMT | 14 |
[Oracle 9i] Need to detect, in a "before update for each row" trigger, if a specific column had a value informed on the SQL statement. Example: Table ZZ with A, B, C columns
|
| OO4O preparing statements? | 23 Dec 2005 10:15 GMT | 4 |
I'd like to prepare all my statements before I start collecting data. However, ExecuteSQL and CreateSLQ both run the statement as soon as they are called. Is there any way to create a statement without executing it?
|
| Upgrading from Oracle 7.x to 9 | 23 Dec 2005 08:08 GMT | 1 |
We are in the process of migrating from Oracle 7 on winnt to Oracle 9 on windows 2003 server platform. I would like to know the following things 1) can we copy the data files of oracle 7on winnt to oracle 9 in
|
| Comparing TimeStamp field | 23 Dec 2005 02:57 GMT | 2 |
Hi :-), I hv a TimeStamp field in a table and i want to fetch records tht fall in between the date range. i m using VB6 for developing front-end app.
|
| Oracle Magazine free 1 year subscription | 23 Dec 2005 00:55 GMT | 2 |
i'm sure you all have seen this but figured i'd share just to be safe. http://www.tradepub.com/free/orm/ happy holidays
|
| ORA-01654 Fix? | 23 Dec 2005 00:12 GMT | 9 |
I am being told to create another tablespace for an error that I have been getting (ORA-01654: unable to extend index SYSADM.OPS_TRANS_IDX1 by 138254 in tablespace SYSTEM ORA-27039: create file failed, file size limit reached OSD-02067: illegal option specified ORA-27039: create ...
|
| trace on oracle | 22 Dec 2005 21:36 GMT | 5 |
i´m very new to oracle... how do i trace the sql queries ?? using windows oracle version 8
|
| Parallel queries slow | 22 Dec 2005 21:30 GMT | 4 |
first our system: Oracle 10.1.0.4 on HP/UX (64 bit), 8GB Ram, 4 processors. The problem: When I execute a query it takes about 3 seconds when executing it in parallel. When I specify the hint NOPARALLEL it takes
|
| How can I find out differcences from two database? | 22 Dec 2005 20:42 GMT | 4 |
I have two databases.Both are same.Now I want to compare both databse by each and every objects like tables constraint
|
| Strange Cost Based Optimizer Decision Making | 22 Dec 2005 20:03 GMT | 7 |
I'm experiencing some 'strangeness' from the CBO when running a query in an Oracle 8i (8.1.7) database. Before I describe the problem, I'm just going to take some time out to request that all the Oracle Support-like users of this forum who will
|
| Simple Hardware solution for RAC testing | 22 Dec 2005 18:09 GMT | 21 |
I've got two Dell poweredge 1600SC that I want to use for Oracle RAC testomg. (Both running Redhat ES 3.0). I can get my hand on a SCSI Disk Array - U320 with 4 10K disks. My question, in order to run RAC, can i buy just about any U320 SCSI
|
| stale statistics in KOTTD$ table | 22 Dec 2005 17:10 GMT | 4 |
10.2 Upgrade Information Utility show this warning : WARNING: --> Database contains stale optimizer statistics. .... Refer to the 10g Upgrade Guide for instructions to update .... statistics prior to upgrading the database.
|
| Update query on Oracle with PL/SQL | 22 Dec 2005 16:58 GMT | 1 |
We're moving a SQL Server database to Oracle. I have difficulty in converting this update query to PL/SQL. The query involves three tables, and ran fine in SQL Server. But I just can't figure out how to rewrite it as I'm totally new to PL/SQL.
|
| problems on views | 22 Dec 2005 16:56 GMT | 1 |
I have created a view with some hints ( /*+ index ... etc... /*) I use this view on a report, with where statement clause. When I linked the view to another table like this : select ...
|