| Thread | Last Post | Replies |
|
| pl/sql | 29 Oct 2004 21:56 GMT | 2 |
I am tring to run this code: CREATE OR REPLACE PROCEDURE DISPLAY_CUSTOMER_INFO( P_CUSTOMER NUMBER ) IS
|
| Using sqlplus without typing a password in the command line (with Instant Cient)? | 28 Oct 2004 19:19 GMT | 4 |
I have just installed for the first time Oracle Server 9i (under Windows 2003) and Instant Client under Linux. I can't understand how not to type my password in the command line. Here is the story:
|
| Oraclel JInitiator Installation Path (v.1.3.1.13) | 28 Oct 2004 00:14 GMT | 2 |
Does anyone know of any way when using the silent install switches to install the Oracle JInitiator client to a different directory other than the default of C:\Program Files\Oracle\Oracle 1.13.1.13 ? I've tried changing the setup.iss file to the following:
|
| REPORT QUEUE | 27 Oct 2004 14:56 GMT | 1 |
Hi, i want to know if there is a way to send several reports to the reports queue from command line not from a form , i mean that every thing that i have to complete (parameters,source,destination,etc) i could put then in a simple line in a file and then run this file wich
|
| rdbms Note : | 26 Oct 2004 02:04 GMT | 2 |
Note : you may use illustrations and diagrams to enhance explanations. XYZ Company is a car Production Company. It has four factories and many distribution outlets spread across the country. The company keeps
|
| Forms Developer 6 using Oracle 10g | 25 Oct 2004 19:48 GMT | 5 |
We are analyzing our move from Oracle 8i to Oracle 10g.. The thing is that we have a Client/Server application developed with Forms Developer 6, and we're wondering if that application can run without problems against Oracle 10g...
|
| SQL*LOADER different types of records | 25 Oct 2004 07:27 GMT | 2 |
I have to extract 3 types of records (header-details-footer, reoccuring) from a flat text file into three tables. The problem is that the only way to distinguish the records is by the number of fields (or maybe even the types), since there is no
|
| i need some information about iDS | 25 Oct 2004 01:20 GMT | 1 |
I need some informatin about iDS: 1. can iDS cooperate with Visual Studio and how? 2. Can iDS manage requrements (is it worse than Rational/IBM)? 3. Is iDS useful with create model system architecutre (particulary with
|
| Pro*C Question | 23 Oct 2004 03:11 GMT | 2 |
I'm new to Pro*C/C in general so can anyone give me some insite on where I might be going wrong? This is old code that I'm trying to modify. Thanks
|
| How to call SQLLoader from a job? | 22 Oct 2004 22:06 GMT | 6 |
Once a day, I need to read data from a text file into a table in my Oracle database. I have been searching for examples on how to configure a job to run the SQLLoader utility, but could not find one. Can anyone point me to any kind of example about jobs and SQLLoader?
|
| SQL JOINS | 22 Oct 2004 15:38 GMT | 10 |
I HAVE FOLLOWING CODE I COUDN'T FIND WHAT'S WRONG WITH IT? select a.name, b.name from EMP a full outer join EMP2 b
|
| Export data from oracle | 22 Oct 2004 15:35 GMT | 4 |
How to export data from oracle to MS ACCESS?
|
| parameter problems in crystal 10 | 22 Oct 2004 06:12 GMT | 1 |
We are using Crystal Reports 10 with an Oracle 9i backend. Our report has a few parameters in it - Parameter A, B, C and D. Parameters A and B are mandatory. Parameters C & D are optional. However, if C > 1000, then parameter D must be entered.
|
| SQL * LOADER | 20 Oct 2004 18:54 GMT | 2 |
Can I load data into multiple tables using multiple input files. For Eg: Datafile1 to be loaded into table1 Datafile2 to be loaded into table2
|
| validate from list? | 20 Oct 2004 06:37 GMT | 3 |
I have in form a data(not DB) from a lov with a validate from list....for the zip code....this code is not the primary key from table city. it's good...when the client insert the zip code and it's are more with
|