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

Home -> Community -> Usenet -> c.d.o.server -> Error 45 Initializing SQL * PLUS

Error 45 Initializing SQL * PLUS

From: maq <mquijada01_at_gmail.com>
Date: 9 Nov 2006 08:08:58 -0800
Message-ID: <1163088538.693321.195940@m73g2000cwd.googlegroups.com>


Hi,

    I'm migrating a table from Mysql to Oracle, using a dump file,

             mysqldump -root -p --compatible=oracle "Database" "Table" > "dumpfile".sql

   So, when I excecute this file in Oracle in SQL Plus

            @"dumpfile".sql;

   I got this error,

     Error 45 Initializing SQL*Plus.

Could somebody help me?

Thanks in advance! Received on Thu Nov 09 2006 - 10:08:58 CST

Original text of this message

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