| Thread | Last Post | Replies |
|
| JavaDoc for Oracle PL/SQL? | 19 Dec 2005 16:59 GMT | 3 |
I'm hoping someone here can help me with my question. We're responsible for creating a "developer doc" called a System Architecture Document (SAD). Our SAD is supposed to contain the following:
|
| 10gR2 64-bit On Solaris Operating System x86-64 | 19 Dec 2005 15:51 GMT | 2 |
Enterprise Edition Version 10gR2 64-bit On Solaris Operating System x86-64 Additional Info in the cert matrix says this is "Planned for December." Anybody know how this is looking? I would like to go there if it
|
| How are Blobs Exported during Export Utility + Oracle 9i | 19 Dec 2005 12:43 GMT | 3 |
Does oracle Export also export the Blob data, or they do have to be exported Explicitely. And how to export The Blob Data. Thanks
|
| New columns in V$yablespace | 19 Dec 2005 10:30 GMT | 8 |
Regarding v$tablespace view there are three new columns added in new version of database 10G. These new columns are BIGFILE, FLASHBACK_ON and INCLUDED_IN_DATABASE_BACKUP. Could someone inform me which type of information these new columns
|
| SAN versus NAS versus direct attached storage | 19 Dec 2005 03:47 GMT | 8 |
Friends I am trying to identify pros and cons of SAN verus NAS versus direct attached storage for OLTP as well as OLAP databases. Common sense tells me that direct attached storage should give me best performance,
|
| 'Oracle Internet Directory' - Complete in-memory database?? | 19 Dec 2005 00:16 GMT | 7 |
In my understanding, Oracle RDBMS is not a complete in-memory database. Allotting a large System Global Area(SGA) will just make large part of the database to be loaded into memory, but still the updates will be written onto the Disks.
|
| Query and Update/Insert Large Tables Frequently ... | 18 Dec 2005 20:50 GMT | 1 |
I have the following 2 tables: Table 1 - Pricing: This table holds pricing details of all Items (roughly 150,000 items). One Item has three types of prices Standard, Promotion, and Discounted.
|
| Can you pass a table name into a stored procedure? | 18 Dec 2005 18:41 GMT | 15 |
We have a set of tables (all the same structure) called EXPAND_ROUTE_001, EXPAND_ROUTE_002, .... to EXPAND_ROUTE_010. I need to write a stored proc that can join to one of these tables selected by the user of an application, at runtime. Is there a simple
|
| How to call an Oracle 10g stored procedure from C++ | 17 Dec 2005 11:45 GMT | 6 |
I am totally new to Oracle. I have a very simple question. I have a legacy application written in C++ and using Oracle RDB (on ALPHA/VMS). The backend is changed from Oracle RDB to Oracle 10g (on ALPHA/VMS). I want to know how to call Oracle 10g Stored procedures from C++?
|
| Help!! Trigger for delete a record after update | 17 Dec 2005 11:27 GMT | 2 |
I need to delete relative record from table B when the table A is updated. Table C is joing the tables A and B. Thanks Jsutha
|
| PHP5 and Oracle 10g | 17 Dec 2005 11:02 GMT | 11 |
I am having serious issues with PHP5/Apache on Solaris 10 (sparc) with Oracle 10.2.0.1.0 Enterprise. I can't connect to it using PHP and get the following: Warning: ociplogon() [function.ociplogon]: _oci_open_server: Error while
|
| UTF-8 question | 17 Dec 2005 02:01 GMT | 6 |
I have a oracle test server 10.2.0.1 on windows 2000, created a db with UTF-8 charset. CREATE TABLE TEST (C1 VARCHAR2(20); INSERT INTO TEST VALUES (''); --BIG5 tranditional
|
| How to Import data from execl to Oracle Automatically | 16 Dec 2005 22:02 GMT | 6 |
I want to import excel sheet to Oracle database. But not manually. It should be automatic. Is there any way...? thanks
|
| Hints difference between AND_EQUAL, INDEX_JOIN and INDEX_COMBINE | 16 Dec 2005 19:58 GMT | 2 |
Does anyone know the real difference between these hints? I've read the documentation in the "Oracle 9i Database Performance Tuning Guide and Reference" and the "Oracle 9i SQL Reference". Both seem to say the same thing just in different fashions, essentially, combining indexes
|
| Can RMAN backup external files (e.g. init.ora, shell scripts, etc) | 16 Dec 2005 18:59 GMT | 1 |
As the title suggests, is there a way for RMAN to backup external files? For example, init.ora files, shell scripts, rman command line files, etc...
|