Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: Insert fails ORA-24345

Re: Insert fails ORA-24345

From: wario <wario_spam_at_insightbb.com>
Date: 15 Sep 2004 12:47:41 -0700
Message-ID: <962c6d85.0409151147.3c5a6a45@posting.google.com>

  1. Instead of your database "pushing" data to client. Can your client "pull" data from your database using SELECT and append to client table.

or

2. Have your database "SQUIRT" out a delimited data file and use a SQL Loader like utility to append your file into client table.

Wario
Oracle DBA Received on Wed Sep 15 2004 - 14:47:41 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US