| Thread | Last Post | Replies |
|
| to add table with primary key | 28 Feb 2008 13:35 GMT | 4 |
create table au_clients ( id number(10) not null, name varchar2(255) not null, constraint au_clients_pk primary key (id));
|
| Strange behaviour in SET_REPORT_OBJECT_PROPERTY | 28 Feb 2008 12:44 GMT | 3 |
I need to run a report from a Form. The Report Parameter are stored in a table and with this parameters I want to set the report properties Now if I use this statement (this is an example):
|
| Erwin 4.1 Migration to Oracle 10g: problem user assignment | 28 Feb 2008 11:50 GMT | 1 |
First: I am new to ERwin and ERwin Product management. We tried to migrate our Erwin 4.1 repository from Oracle 9i to 10g on another box. The migration went ok: we had to recompile some procedures and
|
| How can delete a record in a master-detail relation | 25 Feb 2008 03:59 GMT | 4 |
Hi to All, I have created a Form with 3 Blocks: 1) MASTERBLOCK, Table1, PK MASTER_CODE 2) DETAILBLOCK, Table2, KEY = DETAIL_CODE
|
| oracle essentials | 20 Feb 2008 23:24 GMT | 1 |
http://languages-languages.blogspot.com/2008/02/oracle-essentials.html
|
| ORACLE APPLICATIONS - LEAD POSITION WITH DIRECT CLIENTS | 20 Feb 2008 14:12 GMT | 1 |
We are currently sourcing out for a Oracle Applications - Lead Position in CALIFORNIA for our Direct Clients. Do let me know your interest and availability at this time to further discuss this opportunity.
|
| PowerDesigner book recomendations | 19 Feb 2008 14:55 GMT | 5 |
Are there any Power Designer 10 books that you all can recomend?
|
| Help for user toolbar in a Form | 17 Feb 2008 20:44 GMT | 1 |
In a form I have created a toolbar with button SAVE, NEW, DEL, QUERY, RUNQUERY, CANCELQUERY and I have a datagrid based on table. Save, New, Del, and Query work correctly; but if I click on button RUNQUERY or CANCELQUERY no actions are execute.
|
| JDBC question: show PreparedStatement | 17 Feb 2008 07:38 GMT | 3 |
A small question about JDBC. When I do something like this: PreparedStatement stmt = conn.prepareStatement("select * " + "from fu where bar = ?"); stmt.setString(1, "blah");
|
| Custom Software Development | 12 Feb 2008 17:35 GMT | 3 |
iTechArt Group - Custom Software Development and Offshore outsourcing Company http://www.itechart.com/ Offshore custom software development company iTechArt - Web site and
|
| Coonection to toad | 12 Feb 2008 11:05 GMT | 3 |
im trying to connect to toad and can connect to oracle 10g db's but can not connect to oracle 8.1 database i am using a 10g client
|
| EUL Upgrade errors | 11 Feb 2008 18:34 GMT | 1 |
Please bear with me. I'm an Oracle newbie and having some problems. I'm required to upgrade from Oracle Discoverer 3.1 to 10. The server is already running Oracle 10 already. I understand that I can't upgrade the EUL from 3.1 to 10 but instead I have to go to 4 first
|
| sqlldr: setting NULL instead of rejecting record | 04 Feb 2008 14:11 GMT | 1 |
Hi all, I'm going to import a table into oracle by using sqlldr. The table contains some cells with wrong contents, for instance number fields with text or date fields with invalid dates. sqlldr rejects these records. Is there an option
|