| Thread | Last Post | Replies |
|
| bug: pl/sql object generating function executes too many times | 06 Mar 2006 16:24 GMT | 1 |
I've written some types that contain pl/sql static functions that generate instances of these types (what I would call constructors in an object oriented programming language). What I'm observing is that, although I only execute the function once,
|
| Can we have any correlation between ODBC & OCI transaction openning modes? | 06 Mar 2006 16:19 GMT | 1 |
The SQL_TXN_SERIALIZABLE transation isolation mode of ODBC is something similar to OCI_TRANS_SERIALIZABLE mode in OCI. Similarly do we have any modes in OCI, which corresponds to the isolation levels SQL_TXN_READ_UNCOMMITTED, SQL_TXN_READ_COMMITTED and
|
| Forms and report | 06 Mar 2006 15:33 GMT | 1 |
i have no experience on application server 10g and i got job for deploying froms 6i and reports on 10g application server release 2 i have done oracle 9i dba course,but no idea about application server,if any body guide me for deploying forms and reports.and tell me the step
|
| A problem with GerRecordCount in VC, Help me. :( | 06 Mar 2006 15:19 GMT | 1 |
I have a problem with GetRecordCount() in VC .. When I execute SP returning multiple rowset using ref_cursor, this process is succeed in excuting. But the result of GetRecordCount is -1. If the result of SP is NULL and then I excute MoveFirst() or
|
| User program name without V$SESSION | 06 Mar 2006 15:10 GMT | 4 |
I try to get the user program name which is connected to Oracle 9i. I can't use V$SESSION. I didn't find anything in sys_context() function pour the program name. How can I get this information ? Thanks
|
| RMAN blockrecover uses full backups only | 06 Mar 2006 14:51 GMT | 2 |
I read in the fine Database Backup and Recovery Advanced User's Guide (10.2.0.1), that for using the BLOCKRECOVER feature... "You must have a full RMAN backup. Incremental backups are not used by
|
| psql commit | 06 Mar 2006 14:30 GMT | 13 |
I would like to know when exactly the implied commit takes place in a plsql block. for example: BEGIN
|
| history triggers | 06 Mar 2006 11:52 GMT | 4 |
I want to setup history tables for some of my production tables. These tables should reflect all changes on the respective main tables. My idea was to locate these history tables in a separate schema, where every history table has exactly the same layout as the corresponding
|
| migrating data from mysql to oracle. | 06 Mar 2006 10:06 GMT | 4 |
Can anyone tell me how to migrate tables from mysql to oracle ? I have done it using the oracle migration tool.Is it possible thru SQldump ? Thanks In Advance Jai.
|
| .Net OracleConnection Issue | 06 Mar 2006 09:47 GMT | 2 |
Hello, I'm using the oracleclient namespace to attempt to connect to a Oracle 8 db on a server. I have the following code: try
|
| Tuning: which applications are writing too much | 06 Mar 2006 09:27 GMT | 6 |
our applications - or some of them - are generating more data than our hardware can stomach. The question is of course which ones. Should be easy to answer if I can determine which tables are written to most. Don't tell me to RTFM, I know all about the F, and I'm starting with ...
|
| database migration | 06 Mar 2006 09:20 GMT | 3 |
I have to move an oracle 8i database from one server to another server (bigger, newer and has more RAM). I have to do it with minimum downtime. If you have to do it, how would you do it? Assume that the old and new servers are the same except for:
|
| Oracle's shopping spree | 06 Mar 2006 06:46 GMT | 4 |
Oracle Buys The Catholic Church VATICAN CITY (AP) -- In a joint press conference in St. Peter's Square this morning, ORACLE Corp. and the Vatican announced that the Redwood Shores, CA software giant will acquire the Roman Catholic Church in
|
| SQL to find all Sequences in Schema | 06 Mar 2006 06:28 GMT | 5 |
is it somehow possible to find all sequences known in a schema, preferably using JDBC methods but SQL-queries to find those are also welcome. Tom
|
| Problem connecting to Apache and iSqlPlus | 06 Mar 2006 03:40 GMT | 1 |
I am using Apache HTTP server v. 1.3.22 (as packaged with Oracle9i). I would like to be able to use iSqlPlus from locations other than my own machine. I am using a solitary machine in my home, running XP Home w/ SP2
|