RE: COBOL TO ORACLE

2003-10-08 Thread babette.turnerunderwood
: Subject: RE: COBOL TO ORACLE Sent

RE: COBOL TO ORACLE

2003-10-07 Thread babette.turnerunderwood
: Subject: RE: COBOL TO ORACLE Sent

RE: COBOL TO ORACLE

2003-10-07 Thread Thomas Day
: Subject: RE: COBOL TO ORACLE Sent by: ml-errors

AW: COBOL TO ORACLE

2003-10-01 Thread Stefan Jahnke
transform it and push it into the production DB (also Oracle). What I don't understand about the original eMail is the COBOL to Oracle part, but relating to the data ?! I guess moving the HOST based data was meant ? And regarding to connecting to VSAM or the like directly from Designer (v

RE: COBOL TO ORACLE

2003-10-01 Thread Thomas Day
: Subject: RE: COBOL TO ORACLE Sent

RE: COBOL TO ORACLE

2003-10-01 Thread Mladen Gogala
recipients of list ORACLE-L Subject: RE: COBOL TO ORACLE On Tue, 2003-09-30 at 16:19, Stephane Paquette wrote: Like Thomas Day said, Oracle is an rdbms and COBOL a programming language. COBOL *** WAS *** a programming language. Horse *** WAS *** basis of transport. You should have

Re: COBOL TO ORACLE

2003-10-01 Thread Tim Gorman
, this country would be in a right bloody mess. Rich Jesse, People's Front of Judea -Original Message- From: Mladen Gogala [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 30, 2003 4:15 PM To: Multiple recipients of list ORACLE-L Subject: RE: COBOL TO ORACLE On Tue, 2003-09-30 at 16

RE: COBOL TO ORACLE

2003-10-01 Thread babette.turnerunderwood
Then perhaps you can help me . . . We are suffering through a Pro*Cobol / Oracle on the mainframe implementation for a newly developed in house application. We have a mainframe with 1.7GB - 2GB REAL memory. 4 CPU machine - we have two logical CPUs in our LPAR We have 8 instances running (each

RE: COBOL TO ORACLE

2003-10-01 Thread Jesse, Rich
System/Database Administrator [EMAIL PROTECTED] Quad/Tech Inc, Sussex, WI USA -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 01, 2003 2:10 PM To: Multiple recipients of list ORACLE-L Subject: RE: COBOL TO ORACLE

RE: COBOL TO ORACLE

2003-10-01 Thread Jay Hostetter
that follow the KISS method give us the least amount of headaches. Jay [EMAIL PROTECTED] 10/01/03 03:09PM Then perhaps you can help me . . . We are suffering through a Pro*Cobol / Oracle on the mainframe implementation for a newly developed in house application. We have a mainframe with 1.7GB

RE: COBOL TO ORACLE

2003-10-01 Thread Thomas Day
] @hrdc-drhc.gc.ca cc: Subject: RE: COBOL TO ORACLE Sent

COBOL TO ORACLE

2003-09-30 Thread Muqthar Ahmed
Hi, Is there a tool available to move data from COBOL to ORACLE directly? One way to do is get COBOL data on a flat file and then use SQL*Loader to insert into ORACLE tables. The second question is did anyone use DESIGNER to connect to COBOL to create an ERD and then transform into ORACLE

Re: COBOL TO ORACLE

2003-09-30 Thread Thomas Day
definitions into entities; however, if you know COBOL and Oracle it should be fairly straightforward. Muqthar Ahmed

RE: COBOL TO ORACLE

2003-09-30 Thread Karniotis, Stephen
-Original Message- Sent: Tuesday, September 30, 2003 3:14 PM To: Multiple recipients of list ORACLE-L Subject:COBOL TO ORACLE Hi, Is there a tool available to move data from COBOL to ORACLE directly? One way to do is get COBOL data on a flat file and then use SQL*Loader

RE: COBOL TO ORACLE

2003-09-30 Thread Stephane Paquette
Like Thomas Day said, Oracle is an rdbms and COBOL a programming language. You can use Sql*Loader to load flat files into Oracle or use COBOL programs with embedded SQL, you'll need to use Oracle Pro*Cobol to precompile the COBOL source before compiling them. The last time I've used Designer

Re: COBOL TO ORACLE

2003-09-30 Thread Mladen Gogala
Unfortunately, you have to rewrite it to LISP or Oberon first. On Tue, 2003-09-30 at 15:14, Muqthar Ahmed wrote: Hi, Is there a tool available to move data from COBOL to ORACLE directly? One way to do is get COBOL data on a flat file and then use SQL*Loader to insert into ORACLE tables

RE: COBOL TO ORACLE

2003-09-30 Thread Mladen Gogala
On Tue, 2003-09-30 at 16:19, Stephane Paquette wrote: Like Thomas Day said, Oracle is an rdbms and COBOL a programming language. COBOL *** WAS *** a programming language. Horse *** WAS *** basis of transport. You should have used past tense, Stephane. I'm not really that partial when it comes

RE: COBOL TO ORACLE

2003-09-30 Thread Jesse, Rich
Gogala [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 30, 2003 4:15 PM To: Multiple recipients of list ORACLE-L Subject: RE: COBOL TO ORACLE On Tue, 2003-09-30 at 16:19, Stephane Paquette wrote: Like Thomas Day said, Oracle is an rdbms and COBOL a programming language. COBOL

RE: COBOL TO ORACLE

2003-09-30 Thread Stephane Paquette
, I'll install Oracle Pro*Cobol on the unix boxes and then support the people having precompilation problems. Youppi ! Stephane Paquette Administrateur de bases de donnees Database Administrator Standard Life www.standardlife.ca Tel. (514) 499-7999 7470 and (514) 925-7187 [EMAIL PROTECTED] mailto

RE: COBOL TO ORACLE

2003-09-30 Thread April Wells
Title: RE: COBOL TO ORACLE COBOL still lives and breathes, though, in many MANY shops (this one included). Just like the Mainframe, it won't go away easily or soon... I feel your pain, though, I lived through it too... and if I never have to figure out where an alter sends the program based

Re: COBOL TO ORACLE

2003-09-30 Thread Govindan K
Is there a tool available to move data from COBOL to ORACLE directly? One way to do is get COBOL data on a flat file and then use SQL*Loader to insert into ORACLE tables. If you are using SQL*Loader make sure to check the log after load. For larger loadsi would suggest direct load. The second

RE: COBOL to Oracle

2003-09-08 Thread Ruth Gramolini
, 2003 8:09 PMTo: Multiple recipients of list ORACLE-LSubject: COBOL to OracleHi List,Does anyone know of tools, or have had experience using tools, that will quickly convert COBOL code to Oracle. Any information you can provide would be greatly appreciated.Thanks in advance.Rick

COBOL to Oracle

2003-09-05 Thread JRicard982
Hi List, Does anyone know of tools, or have had experience using tools, that will quickly convert COBOL code to Oracle. Any information you can provide would be greatly appreciated. Thanks in advance. Rick

RE: COBOL to Oracle

2003-09-05 Thread Jacques Kilchoer
for each program source code file? The mind boggles. -Original Message- Does anyone know of tools, or have had experience using tools, that will quickly convert COBOL code to Oracle. Any information you can provide would be greatly appreciated. -- Please see the official ORACLE-L FAQ

Re: COBOL to Oracle

2003-09-05 Thread Stephane Faroult
[EMAIL PROTECTED] wrote: Hi List, Does anyone know of tools, or have had experience using tools, that will quickly convert COBOL code to Oracle. Any information you can provide would be greatly appreciated. Thanks in advance. Rick What do you mean by converting Cobol to Oracle

Re: COBOL to Oracle

2003-09-05 Thread GovindanK
convert COBOL code to Oracle. Any information you can provide would be greatly appreciated. Thanks in advance. Rick -- Please see the official ORACLE-L FAQ: http://www.orafaq.net -- Author: GovindanK INET: [EMAIL PROTECTED] Fat City Network Services-- 858-538-5051 http