Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Oracle-SQL-Server / Novell 3.11/ Data-Export
SET HEADING OFF
SET PAGESIZE 0
SET TERMOUT OFF
SET FEEDBACK OFF
SET LINESIZE 2000
SET TRIMSPOOL ON
SPOOL test_emp.dat
SELECT
empno||CHR(44)
||chr(34)||ename||chr(34)||CHR(44) ||chr(34)||job||chr(34)||CHR(44) ||mgr||CHR(44) ||chr(34)||hiredate||chr(34)||CHR(44) ||sal||CHR(44) ||comm||CHR(44) ||totsal||CHR(44) ||deptno||CHR(44) ||chr(34)||dname||chr(34)
+--------------------------------------------------------------- | 1. SQL PlusPlus => Add power to SQL Plus command line | 2. SQL Link for XL => Integrate Oracle with XL| 3. Oracle CBT with sample GL Accounting System | Download free: http://www.geocities.com/armaghan/
+--------------------------------------------------------------- | SQLPlusPlus now on http://www.ioug.org/ | "PL/SQL package that extends SQL*Plus to another dimension.| Contains a PL/SQL code generator and set of extremely useful | utilites with extensive documentation." IOUG Web Site
+---------------------------------------------------------------
Uwe Pommerenke <trimedia_at_t-online.de> wrote in message
news:88tcmj$f8p$1_at_news08.btx.dtag.de...
> Hi NG! (I do not know anything about Oracle!)
> I have to export several data from a Oracle database running on a
Novell
> 3.11 Server with a oracle SQL-Server.
> How can I do this (e.g. into a dBase-format) ?
> Hope for your support
>
> Kind regards
> --
> Uwe Pommerenke
>
> trimedia_at_t-online.de
Sent via Deja.com http://www.deja.com/
Before you buy.
Received on Thu Feb 24 2000 - 03:05:15 CST
![]() |
![]() |