| Thread | Last Post | Replies |
|
| pruning branches from a "connect by Prior" query | 14 Feb 2006 13:00 GMT | 3 |
I am having trouble pruning branches from a "connect by Prior" query (oracle 8i) My table looks like this create table test_connect_by (
|
| dynamically add partition | 14 Feb 2006 11:45 GMT | 4 |
if I have a table and partitioned based it on date. Then how can I extend the partitions dynamically ! That is I want to generate a partition everyday ! As the data is very large ! So help me out !
|
| Analyzing This Query? | 14 Feb 2006 11:29 GMT | 2 |
I have a query SELECT DECODE(SODC.CONTRASEQNUMBER, 1, SODC.CONTRAQUANTITY,0) CQTY1, DECODE(SODC.CONTRASEQNUMBER, 2, SODC.CONTRAQUANTITY,0) CQTY2,
|
| Sqlplus script and variables | 14 Feb 2006 11:03 GMT | 1 |
what I want to achieve: I want to call an Sql*Plus script which should use the result of one select statement in the next statement, to be more exact: A "select" statement should return the partition name, and the second select
|
| Oracle 9i RAC Setup | 14 Feb 2006 08:25 GMT | 4 |
I am very new to the RAC and I need to setup the RAC on our Oracle9i Windows environment.I woluld be very greatfull to you all, if you come up with the your experience with Oracle 9iRAC and share with me. Basically I am in process to understand the
|
| ORACLE PAGING PERFORMANCE | 14 Feb 2006 08:08 GMT | 3 |
I have a quest. This query SELECT /*+USE_NL(nodi) */ nodi.* FROM V_MT_NODI nodi,W_MT_NRL linee WHERE 1=1 and linee.IL_LINEA=0 AND linee.IK_LINEA=16705 AND
|
| SUNWsprox, oracle 10.2 on Solaris 10 | 14 Feb 2006 05:16 GMT | 1 |
the install docs list Sunspot as a required package. But this package is not part of the Solaris 10 distribution. I still managed to installe Oracle10.2 on Solaris 10. But when I tring to compile ProC sample application using
|
| Free Oracle Server for intranet? | 14 Feb 2006 03:10 GMT | 2 |
Our department is loosing access to MS Server 2000. I am looking into different possibilities of replacements, Oracle being one. I know Oracle is available for free, but I'm not clear what the limitations of it are, and that's what I need clarified for me please.
|
| oracle output to excel | 14 Feb 2006 01:55 GMT | 8 |
I want daily report in Excel format.and this excel file should be mailed to client.I want autoamtic process for that just like cron job. I am using Oracle 9i on Linux
|
| Oracle Replication | 14 Feb 2006 00:11 GMT | 3 |
We are using Oracle database for our entreprise application. Although I was in favour for purchasing 2 servers and replication of the database though SQL.NET, the guys from infrastructure thought they were smarter and configured the system as a cluster, inclusive an expensive disk
|
| triggers | 13 Feb 2006 22:52 GMT | 3 |
Is there a way to find out how many times a trigger has been fired during a given time? ta
|
| QCOM is hiring Oracle | 13 Feb 2006 22:14 GMT | 1 |
Talented and accomplished professionals for our Information Technology department at our headquarters San Diego, CA. Our group is working on the implementation of our Oracle systems. Most of the positions are senior level, but we also have a Director position
|
| Internals: selection of column data within a row | 13 Feb 2006 22:05 GMT | 3 |
Questions here on internals.. 1- How exactly is Oracle or any RDBMS able to select data at the column level 2- Do RDBMS's store data in an array and does it use pointers or
|
| grid control issue | 13 Feb 2006 21:33 GMT | 12 |
I am running Oracle 10G on Win 2K3 and have the following situation: On the server A I installed Oracle database 10Gr2 into the following oracle_home: OracleOraDb10g_home1. Then I installed Grid Control into new oracle_home (OracleOraEM10g_home1) with "new database" option. I
|
| columns/fields dynamically accessed in PL/SQL | 13 Feb 2006 21:09 GMT | 3 |
I have two things I would like to do: First, access/initialize the %rowtype of a var programmatically. Instead of having to know the particular table upfront I would like to assign it dynamically. Also I would like to iterate the the columns/fields for the data. PL/SQL just
|