| Thread | Last Post | Replies |
|
| Oracle 9i Patches without metalink account | 02 Feb 2006 13:29 GMT | 1 |
Is there any other way to get Oracle Patches (Oracle 9i) appart from metalink ? Is there any Sample Patch with Oracle installables or ORACLE_HOME ?? Thanks
|
| 8i join and 10g ANSI join syntax | 02 Feb 2006 12:30 GMT | 3 |
SQL> desc dept Name Type ---------------- ------------- DEPTNO NUMBER(2)
|
| Nested table or independent table | 02 Feb 2006 08:26 GMT | 4 |
I want to implement a simple employee, department relationship. Only condition is that an employee can belong to multiple departments. Do I go for 1. a three table implementation ( employee, department and
|
| oracle 10g express edition | 02 Feb 2006 06:31 GMT | 1 |
Is there a way to change the name of the database from 'XE' to something else? I would like to use a different name. Is there a way to do that?
|
| Front end options & database design | 02 Feb 2006 04:50 GMT | 3 |
I need to set up a generic table in Oracle that allows users to enter data that can later be retrieved in reports. I was thinking of a 3 column table in this structure: DATE,ITEM,VALUE
|
| System Modes QUIESCE / SUSPEND | 02 Feb 2006 01:03 GMT | 4 |
What is the difference between QUIESCEing and SUSPENDing, and what is the relationship to ALTER TABLESPACE BEGIN BACKUP ? Thank You Joachim
|
| Install Oracle 8i 8.1.6 on Windows 2000 SP4 | 01 Feb 2006 21:40 GMT | 10 |
Hi, all I need some help about Oracle 8i 8.1.6 installation... I must migrate a DB from Oracle 8i 8.1.6 (Windows NT SP 6) to an Oracle 8i 8.1.6 (Windows 2000 SP 4).
|
| Execute a Stored Procedure in VBscript | 01 Feb 2006 20:58 GMT | 2 |
Hi everybody.. I'm trying to execute a stored procedure in orecle, from my visual basic script. How can i do this? and how can i display the results ?
|
| RMAN problem | 01 Feb 2006 20:18 GMT | 13 |
Hello people, I have this strange behaviour on one of my Oracle9i databases. I am trying to backup the database though RMAN (using controfile). I am shutting the following:
|
| Oracle 10g on Sun T1000 server | 01 Feb 2006 19:34 GMT | 4 |
I've been approached by my employer to review possible hardware upgrades to our database. Due to the new licencing options available the sun route seems to be very favourable. I do how ever have some questions the licencing stipulates that each
|
| UPPER in a WHERE gives me a 00936 errror | 01 Feb 2006 19:27 GMT | 2 |
This one works... FROM From.Timelog, From.Cmo_Worker WHERE ( Timelog.Case_Manager (+)= Cmo_Worker.Portalid ) but I needed the opposite joins..so I did...
|
| Referencing table in another schema via database link | 01 Feb 2006 19:10 GMT | 1 |
This is my first experience with database links. I am writing a PL/SQL function that defines a type as TYPE approvals IS TABLE OF test_results@xyx.approved%TYPE; where test_results is the table, @xyz is the link, and approved is the
|
| Which is better? | 01 Feb 2006 18:19 GMT | 3 |
Which is better, performance wise. Using "BETWEEN" clause or using "<=" or ">=" clause. Just wanted to know performance significance,if any. Any help would be appreciated
|
| Urgent req with our Direct Client | 01 Feb 2006 18:18 GMT | 6 |
Hello Partner, Please forward some good resumes with excellent communication skills. ATG Dynamo Developer Location: Minneapolis, MN
|
| Stored procedures for OracleDb | 01 Feb 2006 18:16 GMT | 2 |
I am in a dilemma where I wastoldby other developers in my team that complex stored procedures are not used for accessing oracledb where the tables return millions of rows of data. Is this true? The smarts after retrieving the data is done in business objexts using Pro C.
|