Export in oracle xe

Hi, i have in my laptop oracle xe but i want to do a export reading data from oracle 9.2 in a remote server. My string connection is ok becuase i´m using the system in my laptop with data from the server
appear this message
identifier SYS.DBMS_DATAPUMP must be declared
regards

i want to do the export in my laptop for made an import in another sever with oracle 10g Although not very clear to me but what i understand is you have a remote database (9.2 v) whose export dump has to be imported in another database whose version is 10g.
To do so, you will need to take the export of the 9.2 database using the 9.2 exp utility and then you can import in 10g using 10g imp utility.
Anand

Similar Messages

  • File does not exist: /export/home/oracle/orahtml/marvel/images/spacer.gif

    Seeing this error in the apache log:
    File does not exist: /export/home/oracle/orahtml/marvel/images/spacer.gif
    I know there are spacer.gif files under the theme folders but why is it looking for a spacer.gif file in the images folder? Is this a bug?

    Hello,
    Yes I just checked it's a problem with theme 9 there are a couple of places where the theme calls #IMAGE_PREFIX#spacer.gif when it should call #IMAGE_PREFIX#themes/theme_9/spacer.gif
    There are two ways for you to fix this
    1. Copy themes/theme_9/spacer.gif to the top level images directory, I recommend this one because then if someone creates the theme from the repository again it wont' come up agian.
    2. Change all #IMAGE_PREFIX#spacer.gif to #IMAGE_PREFIX#themes/theme_9/spacer.gif in theme 9, if you export the theme you can just us a search and replace the export to do this and then reapply the theme.
    This as been bugged and will get fixed in future version.
    Carl

  • Is it possible to export (expdp) oracle table from client machine ?

    Is it possible to export (expdp*) oracle table from client machine, without using Remote desk top connection ?*
    1) Database-10g server is in America
    2) client machine is in India
    3) Oracle client-10g software is installed in my machine
    4) I am able to connect to the server, could see all tables
    5) one table is with 35 million record, I wanted to export this table using data pump, is it possible?
    note: without using Remort desk top connection.

    Hi
    I used the following syntax , but I am getting error
    6) connect sys as sysdba
    create directory test_dir as '/dbusr1/exp_test'
    grant read, write on directory test_dir to user1;
    7) expdp user1/pwd1@xyz tables=test_1 directory=test_dir dumpfile=test_file.dmp logfile=test_file.log
    8) Errors
    In linux prompt I am getting this error
    -bash: expdp: command not found
    In windows cmd prompt I am getting this error
    ORA-39002: invalid operation
    ORA-39070: Unable to open the log file.
    ORA-29283: invalid file operation
    ORA-06512: at "SYS.UTL_FILE";, line 488
    ORA-29283: invalid file operation
    9) why ?
    -- Does the user ( "user1") should have any system level privilege ? to export his own table?
    -- This folder ('/dbusr1/*exp_test'*) has write privilege in os level.
    Thanks in advance
    sbmk_design
    Edited by: sbmk_design on Aug 24, 2009 12:06 AM

  • Discoverer 4.1.37 exporting to Oracle Reports

    The documentation for installing Discoverer says to install the Oracle Reports API to export to Oracle Reports, but it is not on the Discoverer CD. Is the Reports API in another distribution, and which is the version I need with Discoverer 4.1.37?
    Thanks,
    Tom

    This is a known 'challenge' on the ol' 4.x and before version of Disco where Disco needs the default Oracle home and doesn't expect anybody else to be camping on it.
    Since Michael's already got the instructions on his site, I won't go over them again - and I'm sure he's given good instructions.
    As for the steps involved in installing Disco 4.1.68.06:
    1. find the software (metalink, otn, etc).
    2. realize it doesn't exist
    3. get mad as you'll think Oracle screwed up
    4. realize that there is NO version 4.1.68.06
    5. be embarrassed!
    OK, kidding, but the version you most likely are talking about is: 4.1.48.06. Also, there is one final, final, no more, we ain't coming out with another version, version. That's 4.1.48.08.
    Assuming you already have a version such as: 4.1.36 or 4.1.47, etc. you can get old patches, upgrades, etc. by checking metalink. Note that in some cases (ie: maybe 4.1.48.08) you have to put in a TAR with Oracle (and go through the usual "we don't support that version anymore" discussion with them).
    Russ
    PS. By the way, I worked in SA for about 3 1/2 years many, many moons ago (multiple places like Jeddah, Riyadh, Taif, etc.). Where's Jabail?

  • Data export(ttbulkcp) Oracle TimesTen Question

    I'm trying to export an Oracle TimesTen(TimesTen Release 11.2.1.5.0) with ttbulkcp(Data export), using SQL Developer Version 2.1.1.64
    All other functions are normal operation. Also ttbulkcp(Data export) in Oracle Table is normal operation. But , I get the following error in ttbulkcp(Data export) in TimesTen Table.
    java.lang.NullPointerException
         at oracle.dbtools.raptor.format.ResultsFormatterWrapper.getColumnCount(ResultsFormatterWrapper.java:67)
         at oracle.dbtools.raptor.format.ResultsFormatter.getColumnCount(ResultsFormatter.java:130)
         at oracle.dbtools.raptor.timesten.format.TimesTenLoaderFormatter.getColumns(TimesTenLoaderFormatter.java:207)
         at oracle.dbtools.raptor.timesten.format.TimesTenLoaderFormatter.printColumnData(TimesTenLoaderFormatter.java:183)
         at oracle.dbtools.raptor.timesten.format.TimesTenLoaderFormatter.start(TimesTenLoaderFormatter.java:73)
         at oracle.dbtools.raptor.format.ResultSetFormatterWrapper.print(ResultSetFormatterWrapper.java:150)
         at oracle.dbtools.raptor.format.ResultsFormatter.print(ResultsFormatter.java:200)
         at oracle.dbtools.raptor.format.ResultsFormatter.doPrint(ResultsFormatter.java:416)
         at oracle.dbtools.raptor.dialogs.actions.TableExportAction$5.doWork(TableExportAction.java:637)
         at oracle.dbtools.raptor.dialogs.actions.TableExportAction$5.doWork(TableExportAction.java:634)
         at oracle.dbtools.raptor.backgroundTask.RaptorTask.call(RaptorTask.java:193)
         at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
         at java.util.concurrent.FutureTask.run(FutureTask.java:138)
         at oracle.dbtools.raptor.backgroundTask.RaptorTaskManager$RaptorFutureTask.run(RaptorTaskManager.java:492)
         at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
         at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
         at java.util.concurrent.FutureTask.run(FutureTask.java:138)
         at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
         at java.lang.Thread.run(Thread.java:619)
    Driver not capable
    Thank you.
    GooGyum

    If you have a DB support contract, I suggest you open a SR on Metalink/MOS, to get official response and follow-up, else you can hope someone from development picks it up here.
    Regards,
    K.

  • Export from Oracle 9i to be Imported into Oracle 10g on 32bit platform

    Hi,
    Currently, I am in the process of performing a Homogenous system copy
    due to a domain change in our organization using R3load procedure.
    I have taken the export of the existing system which is on Oracle 9i.
    Initially, I was planning on setting up the new system on Oracle 9i,
    now that Oracle 9i is out of support, I would have to go with Oracle
    10g.
    I found a note on this topic, SAP Note: 932722, however, this note
    explicitly talks about database specific procedure of system copy and
    also this note is for 64 bit platform.
    Can you point me towards a Note or documentation which can be used as
    reference for importing an Oracle 9i export into Oracle 10g on 32bit
    platform(System copy procedure is R3load)?
    OS- Windows 2003 32bit, ECC 5.0
    Regards,
    Vishnu.

    Hi Gagan,
    Thanks for your response,
    As per your suggestion, I looked at the System Copy guide for Heterogeneous System Copy,
    On service.sap.com/osdbmigration under FAQ's this is what I found,
    I plan to copy my SAP system to a new hardware with the same OS and DB products but higher release levels. Is this a migration or a homogeneous system copy?
    A change of the version of the operation system and/or the database system is not relevant in the context of a migration or a homogeneous system copy. If you don't change the product, but only the release level it is a homogeneous system copy. If you change OS and/or DB, it is a migration.
    The system copy guide, doesn't explicitly talk about an export from Oracle 9i imported into Oracle 10g.
    Can you point me to a guide or Note?
    Regards,
    Vishnu

  • Export from Oracle 8.0.2.0, Import to 10g

    Hello,
    I am trying to create a dump file from a Oracle 8.0.2.0 database. I am using the Oracle Data Manager Export wizard to do so. This dump needs to be imported to Oracle 10g. I have created a blank database in 10g with the same name as in 8.0.2 and I can open it in Enterprise Manager using SYS user. I tried "Import from Export files" from Enterprise manager 10g but it fails to import. Can someone please tell me if I am missing somethings here?

    This is a duplicate of this thread
    Export from Oracle 8.0.2.0, Import to 10g
    Justin

  • /export/app/oracle/AS101202/bin/ocssd.bin

    Hi,
    am trying to put DB 10.1.0.5 patch on Oracle 10g 10.1.0.4.2 version installate from Oralc apps server 10g
    I have closed oracle db , listener, oracle app sever but i am getting following message following processes need to be shutdown before continuing
    oracle 10640     1   0 14:13:12 ?           0:00 /export/app/oracle/AS101202/bin/ocssd.bin
    oracle 10087 10084 0 13:45:44 ? 0:00 /usr/lib/ssh/sshd
    oracle 9260 9259 0 12:39:02 ? 0:51 /usr/lib/ssh/sftp-server
    oracle 8327 8324 0 11:27:12 ? 0:07 /usr/lib/ssh/sshd
    oracle 9259 9256 0 12:39:02 ? 9:37 /usr/lib/ssh/sshd
    oracle 10539 1 0 14:08:46 pts/2 0:32 /tmp/OraInstall2009-03-06_02-08-39PM/jre/1.4
    i tried kill -9 10640 but it does not get killed
    any suggestions
    kedar

    To have to stop the process, 'kill' doesn't help, it will be respawned immediately. I don't know your OS, normally (as root)
    /etc/init.d/init.cssd stop
    should work.
    Werner

  • How to mount /export/home/oracle

    Hi Sir,
    Currently, my backup is up and running, but I need to only backup the /export/home/oracle directory. I discovered that the /export/home/oracle is not mounted in the /etc/vfstab file. How does I mount /export or /export/home/oracle? Please enlighten if anyone knows. Thanks.
    ddl76

    The Member Feedback forum is for suggestions and feedback for OTN Developer Services. This forum is not monitored by Oracle support or product teams and so Oracle product and technology related questions will not be answered. We recommend that you post this thread to the appropriate Database forum. For example,
    Database - General
    General Database Discussions
    Recovery Manager
    Recovery Manager (RMAN)
    All Database Forums
    http://forums.oracle.com/forums/index.jsp?cat=18

  • How can I export a Oracle DB table or a Query Result to an mdb (MS Access) File ?

    Hi,
    I would like to export a particular table or a particular data subset (result from a SQL query) to a MDB file, I tried with Oracle SQL Developer but I cannot see mdb as a possible export option.
    How can I do to export data to a mdb file ? I'm currently using SQL Developer on GNU/Linux, can you suggest me a link or a tool to do such things ?
    I consider an acceptable solution also to use SQL Developer to export data in a certain format and then use another software to open that format and create an mdb. What do you suggest ?

    Open the (an) MS Access database and:
    1) Click on File -> Link tables -> Select ODBC Database(s)
    2) On popup window select (or create new) "Machine Data Source" -> Oracle Driver -> Select the TNS alias (service name)
    Good luck!

  • ORA-06502: PL/SQL: numeric or value error While Exporting in Oracle 10g

    Connected to: Oracle Database 10g Enterprise Edition Release 10.1.0.2.0 - Production
    With the Partitioning, OLAP and Data Mining options
    Export done in AR8MSWIN1256 character set and AL16UTF16 NCHAR character set
    server uses AR8ISO8859P6 character set (possible charset conversion)
    About to export the entire database ...
    . exporting tablespace definitions
    . exporting profiles
    . exporting user definitions
    . exporting roles
    . exporting resource costs
    . exporting rollback segment definitions
    . exporting database links
    . exporting sequence numbers
    . exporting directory aliases
    . exporting context namespaces
    . exporting foreign function library names
    . exporting PUBLIC type synonyms
    . exporting private type synonyms
    . exporting object type definitions
    . exporting system procedural objects and actions
    . exporting pre-schema procedural objects and actions
    . exporting cluster definitions
    . about to export SYSTEM's tables via Conventional Path ...
    . . exporting table DEF$_AQCALL 0 rows exported
    . . exporting table SRC_RQST_SEQ 1 rows exported
    EXP-00091: Exporting questionable statistics.
    . . exporting table SRC_USERS 6 rows exported
    EXP-00091: Exporting questionable statistics.
    . . exporting table SRC_YEAR_LOOKUP 40 rows exported
    EXP-00091: Exporting questionable statistics.
    . . exporting table TENDER_DETAIL_TABLE 36 rows exported
    EXP-00091: Exporting questionable statistics.
    . . exporting table TENDER_MASTER_TABLE 34 rows exported
    EXP-00091: Exporting questionable statistics.
    . . exporting table TENDER_NEW_DETAIL_TABLE 4 rows exported
    EXP-00091: Exporting questionable statistics.
    . exporting synonyms
    . exporting views
    EXP-00056: ORACLE error 6502 encountered
    ORA-06502: PL/SQL: numeric or value error
    LPX-00210: expected '<' instead of 'n'
    ORA-06512: at "SYS.UTL_XML", line 152
    ORA-06512: at "SYS.DBMS_METADATA_INT", line 7195
    ORA-06512: at "SYS.DBMS_METADATA_INT", line 9135
    ORA-06512: at "SYS.DBMS_METADATA", line 1882
    ORA-06512: at "SYS.DBMS_METADATA", line 3707
    ORA-06512: at "SYS.DBMS_METADATA", line 3689
    ORA-06512: at line 1
    EXP-00056: ORACLE error 6502 encountered
    ORA-06502: PL/SQL: numeric or value error
    LPX-00210: expected '<' instead of 'n'
    ORA-06512: at "SYS.UTL_XML", line 152
    ORA-06512: at "SYS.DBMS_METADATA_INT", line 7195
    ORA-06512: at "SYS.DBMS_METADATA_INT", line 9135
    ORA-06512: at "SYS.DBMS_METADATA", line 1882
    ORA-06512: at "SYS.DBMS_METADATA", line 3707
    ORA-06512: at "SYS.DBMS_METADATA", line 3689
    ORA-06512: at line 1
    EXP-00000: Export terminated unsuccessfully
    Plz reply me the appropriate Solution
    Edited by: user8920919 on May 3, 2010 12:27 AM

    hi,
    EXP-00091: Exporting questionable statistics The client character set(NLS_LANG) does not match the server character;
    select parameter,value from nls_database_parameters where parameter like '%CHARACTERSET%';
    and check the client system character set
    - Pavan Kumar N
    - ORACLE OCP - 9i/10g
    https://www.oracleinternals.blogspot.com

  • I got error when I export database ORACLE 9i from solaris 9.

    I want to export full database ORACLE 9i from SOLARIS 9 to import full database on ORACLE 9i on windows.
    I set oracle environment and NSL_LANG with command:
    bash-3.00$ export ORACLE_SID=TIS
    bash-3.00$ export NLS_LANG=AMERICAN_AMERICA.TH8TISASCII
    and then run command to export:
    bash-3.00$ exp system/manager@TIS full=y file= /u03/dmp/TISfull.dmp log=/u03/dmp/exp_TIS.log
    I got error message as:
    Export: Release 9.2.0.1.0 - Production on Thu Oct 8 17:57:32 2009
    Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.
    Connected to: Oracle9i Enterprise Edition Release 9.2.0.1.0 - 64bit Production
    With the Partitioning, OLAP and Oracle Data Mining options
    JServer Release 9.2.0.1.0 - Production
    Export done in TH8TISASCII character set and UTF8 NCHAR character set
    About to export the entire database ...
    . exporting tablespace definitions
    . exporting profiles
    . exporting user definitions
    . exporting roles
    . exporting resource costs
    . exporting rollback segment definitions
    . exporting database links
    . exporting sequence numbers
    . exporting directory aliases
    . exporting context namespaces
    . exporting foreign function library names
    . exporting PUBLIC type synonyms
    . exporting private type synonyms
    . exporting object type definitions
    . exporting system procedural objects and actions
    . exporting pre-schema procedural objects and actions
    EXP-00008: ORACLE error 25153 encountered
    ORA-25153: Temporary Tablespace is Empty
    ORA-06512: at "SYS.DBMS_AW", line 42
    ORA-06512: at "SYS.DBMS_AW", line 105
    ORA-06512: at "SYS.DBMS_AW", line 221
    ORA-06512: at "SYS.DBMS_AW_EXP", line 264
    ORA-06512: at line 1
    EXP-00083: The previous problem occurred when calling SYS.DBMS_AW_EXP.schema_info_exp
    . exporting cluster definitions
    EXP-00056: ORACLE error 25153 encountered
    ORA-25153: Temporary Tablespace is Empty
    ORA-06512: at "SYS.DBMS_LOB", line 424
    ORA-06512: at "SYS.DBMS_METADATA", line 1140
    ORA-06512: at line 1
    EXP-00056: ORACLE error 25153 encountered
    ORA-25153: Temporary Tablespace is Empty
    ORA-06512: at "SYS.DBMS_LOB", line 424
    ORA-06512: at "SYS.DBMS_METADATA", line 1140
    ORA-06512: at line 1
    EXP-00000: Export terminated unsuccessfully
    How can I solve this problem?
    Any suggestion?

    #### HOW to solve it.
    ## To check the default temporary tablespace of the database:
    SQL> select property_name, property_value from database_properties;
    ## check DEFAULT_TEMP_TABLESPACE, if it use wrong temporary tablespace, run:
    SQL> alter database default temporary tablespace temp;
    ## check user with temporary tablespace, run command:
    SQL> select username, temporary_tablespace, account_status from dba_users;
    ## change temporary tablespace:
    SQL> create temporary tablespace temp1 tempfile '/data/u01/app/oracle/oradata/TIS/temp_b.dbf' size 100m;
    SQL> alter database default temporary tablespace temp1;
    SQL> drop tablespace temp including contents and datafiles;
    SQL> create temporary tablespace temp tempfile '/data/u01/app/oracle/oradata/TIS/temp01.dbf' size 100m autoextend off extent management local uniform size 1m;
    SQL> alter database default temporary tablespace temp;
    SQL> drop tablespace temp1 including contents and datafiles;
    Thanks

  • Sql server 2005 dts export to Oracle 10

    can the sql developer migration tool read a DTS export file or can it only connect to a running sql server db for the migration?
    I have a need to dts out some tables from sql server, and put them in an update package to load them into Oracle at another site where I may not have a sql server db or a network connection back to my sql server db. Some of the text fields have embedded Carriage Returns and other control characters, so I can't do a ascii export. Any suggestions would be appreciated.

    Hi <Please Supply Name>,
    Unfortunately SQL Developer Migration Workbench cannot read DTS files, but there are other solutions.
    Migrating the Database (DDL)
    You can do this 2 ways depending on your preference or where you have SQL Developer installed.
    1)SQL Developer on your SQL Server machine (Note you need access to an Oracle database, but not your target Oracle database): You could capture/convert and create the generation script using SQL Developer on the same machine as your SQL Server, and then just bring the generation script to your Oracle database to run.
    2) SQL Developer on your Oracle machine.You could perform an offline capture .This involves SQL Developer creating some scripts for you, you copy them to your SQL Server Machine to run. Te scripts dump the DDL of your SQL Server database out to files. These files can then be moved to your Oracle machine and "Captured" using SQL Developer. You then proceed to do the migration on your Oracle machine.
    Heres a viewlet of someone migrating their SQL Server databases using the "Offline Capture" method
    http://www.oracle.com/technology/tech/migration/workbench/viewlets/oflauncher.html
    Migrating the Data
    There is only 1 way to perform an "Offline Data Move"
    SQL Developer can generate the scripts for you once you have migrated your database DDL. These scipts utilise SQL Servers BCP tool and Oracle SQL*Loader tool.
    Heres a viewlet of someone moving their SQL Server data offline using this method
    http://www.oracle.com/technology/tech/migration/workbench/viewlets/ofdm.html
    I hope this helps
    Dermot.
    Message was edited by:
    dooneill

  • Problem using Export in Oracle 8.1.6.

    Hi,
    I have a problem using export utility in oracle 8i.
    I got a message:
    EXP-00056: ORACLE error 942 encountered
    ORA-00942: table or view does not exist
    EXP-00000: Export terminated unsuccessfully
    I tried running CATPROC.sql and CATEXP.sql but it did not correct the problem.
    Please help me.
    Thanks

    You may want to try using the error lookup tool available here, http://otn.oracle.com/pls/tahiti/tahiti.homepage?remark=tahiti You may be able to find the answer even though the error lookup tools is for 8.1.7 version. Otherwise, you can search the db discussion forums to see if this issue has been discussed already.

  • MS-SQL 7.0 Script Export to Oracle

    Hey,
    i have a Microsoft SQL 7.0 or SQL 2000 Script.
    Is there is a way to export the script (about 400 Lines),
    to Oracle 7.43 or Oracle 8i ?
    Thanks Roland
    Here is a short strip SQL 7.0:
    /****** Object: Database adalbb Script Date: 1/27/2001 3:39:47 PM
    IF EXISTS (SELECT name FROM master.dbo.sysdatabases WHERE name =
    N'idealbb')
    DROP DATABASE [idealbb]
    GO
    CREATE DATABASE [idealbb] ON (NAME = N'idealbb_Data', FILENAME =
    N'C:\MSSQL7\Data\adalbb_Data.MDF' , SIZE = 2, FILEGROWTH = 10%) LOG ON
    (NAME = N'idealbb_Log', FILENAME = N'C:\MSSQL7\Data\adalbb_Log.LDF' ,
    SIZE = 1, FILEGROWTH = 10%)
    GO
    exec sp_dboption N'idealbb', N'autoclose', N'false'
    GO
    exec sp_dboption N'idealbb', N'bulkcopy', N'false'
    GO
    /****** Object: Table [dbo].[Topics] Script Date: 1/27/2001 3:39:52
    PM ******/
    if exists (select * from dbo.sysobjects where id = object_id(N'[dbo].
    [Topics]') and OBJECTPROPERTY(id, N'IsUserTable') = 1)
    drop table [dbo].[Topics]
    GO
    /****** Object: Login hoteluser Script Date: 1/27/2001 3:39:47 PM
    if not exists (select * from master.dbo.syslogins where loginname =
    N'hoteluser')
    BEGIN
    declare @logindb nvarchar(132), @loginlang nvarchar(132) select
    @logindb = N'master', @loginlang = N'us_english'
    if @logindb is null or not exists (select * from
    master.dbo.sysdatabases where name = @logindb)
    select @logindb = N'master'
    if @loginlang is null or (not exists (select * from
    master.dbo.syslanguages where name = @loginlang) and @loginlang <>
    N'us_english')
    select @loginlang = @@language
    exec sp_addlogin N'hoteluser', null, @logindb, @loginlang
    END
    GO
    /****** Object: Login idealbb Script Date: 1/27/2001 3:39:47 PM
    if not exists (select * from master.dbo.syslogins where loginname =
    N'idealbb')
    BEGIN
    declare @logindb nvarchar(132), @loginlang nvarchar(132) select
    @logindb = N'idealbb', @loginlang = N'us_english'
    if @logindb is null or not exists (select * from
    master.dbo.sysdatabases where name = @logindb)
    select @logindb = N'master'
    if @loginlang is null or (not exists (select * from
    master.dbo.syslanguages where name = @loginlang) and @loginlang <>
    N'us_english')
    select @loginlang = @@language
    exec sp_addlogin N'idealbb', null, @logindb, @loginlang
    END
    GO
    /****** Object: Login idealscience Script Date: 1/27/2001 3:39:47
    PM ******/
    if not exists (select * from master.dbo.syslogins where loginname =
    N'idealscience')
    BEGIN
    declare @logindb nvarchar(132), @loginlang nvarchar(132) select
    @logindb = N'idealscience', @loginlang = N'us_english'
    if @logindb is null or not exists (select * from
    master.dbo.sysdatabases where name = @logindb)
    select @logindb = N'master'
    if @loginlang is null or (not exists (select * from
    master.dbo.syslanguages where name = @loginlang) and @loginlang <>
    N'us_english')
    select @loginlang = @@language
    exec sp_addlogin N'idealscience', null, @logindb, @loginlang
    END
    GO
    /****** Object: User dbo Script Date: 1/27/2001 3:39:47 PM ******/
    /****** Object: User guest Script Date: 1/27/2001 3:39:47 PM ******/
    if not exists (select * from dbo.sysusers where name = N'guest' and uid
    < 16382 and hasdbaccess = 1)
    EXEC sp_grantdbaccess N'guest'
    GO
    /****** Object: User idealbb Script Date: 1/27/2001 3:39:48 PM
    if not exists (select * from dbo.sysusers where name = N'idealbb' and
    uid < 16382)
    EXEC sp_grantdbaccess N'idealbb', N'idealbb'
    GO
    /****** Object: Table [dbo].[Category] Script Date: 1/27/2001
    3:39:54 PM ******/
    CREATE TABLE [dbo].[Category] (
    [Cat_ID] [int] IDENTITY (1, 1) NOT NULL ,
    [Cat_Name] [varchar] (50) NULL ,
    [Cat_Order] [int] NULL
    ) ON [PRIMARY]
    GO
    /****** Object: Table [dbo].[Forum] Script Date: 1/27/2001 3:39:55
    PM ******/
    CREATE TABLE [dbo].[Forum] (
    [Forum_ID] [int] IDENTITY (1, 1) NOT NULL ,
    [F_Name] [varchar] (50) NULL ,
    [F_Description] [varchar] (300) NULL ,
    [F_Cat] [int] NULL ,
    [F_Count] [int] NULL ,
    [F_Last_Post] [datetime] NULL ,
    [F_Moderator] [int] NULL ,
    [F_ReplyCount] [int] NULL ,
    [F_Order] [int] NULL ,
    [F_Allow                        Anonymous] [int] NULL ,
    [F_AllowMember] [int] NULL ,
    [F_AllowModerator] [int] NULL ,
    [F_AllowAdministrator] [int] NULL ,
    [R_AllowAnonymous] [int] NULL ,
    [R_AllowMember] [int] NULL ,
    [R_AllowModerator] [int] NULL ,
    [R_AllowAdministrator] [int] NULL
    ) ON [PRIMARY]
    GO
    null

    Hi,
    Oracle architecture is very different from MS-SQL. In MS-SQL there is a master database that holds meta data for each database set up on the server. Oracle has a different dictionary. If you know oracle well enough you can change the scripts to fit oracle.
    In addition there are features in MS-SQL that are not compatible to Oracle such as bulkcopy/autoclose options, Identitiy is actually a sequence and all of the server's stored procedures (sp_%) will not work in oracle. You can create the tables with your script but not the procudures.
    Good Luck.
    null

  • Export in Oracle 10g

    Hi,
    The export command failure in Oracle 10g windows,
    How to resolve the prblem?
    D:\oracle\product\10.1.0\admin>expdp scott/tiger@orcl1 schemas=SCOTT directory=TEST dumpfile=Test.DMP logfile=Test.log
    Export: Release 10.1.0.2.0 - Production on Tuesday, 05 December, 2006 17:01
    Copyright (c) 2003, Oracle. All rights reserved.
    Connected to: Oracle Database 10g Enterprise Edition Release 10.1.0.2.0 - Production
    With the Partitioning, OLAP and Data Mining options
    ORA-39002: invalid operation
    ORA-39070: Unable to open the log file.
    ORA-29283: invalid file operation
    ORA-06512: at "SYS.UTL_FILE", line 475
    ORA-29283: invalid file operation
    Regards
    Babu B

    Hi Babu,
    Pls. have a look at Metalink Note: 266875.1 (Export/Import DataPump Parameter DIRECTORY - How to Specify a Directory)
    Regards

Maybe you are looking for

  • 11.1.2.3 install issue

    I have just installed 11.1.2.3 Foundation only (so far) and have run through the configuration of SS and deployment to the app server.  I am able to start the WebLogic domain and access the WL admin console, but I'm unable to start any of the EPM win

  • Problem with ora-28000 error

    Hi all, I got a problem with ORA-28000 in my form. In my app, it allows user to try maximum 3 time to logon, if the user fails, his/her user will be locked. The problem is, when Oracle locked that user, in on-error trigger I cannot catch that error a

  • Basis Advise Needed - Custom Tables

    I am in an urgent need of an R/3 basis advice. Client is creating variant tables via transaction CU61 and are not following the standard Z & Y customer naming conventions. For example they are creating a variant table with the name: BOT_INST_CONUSE.

  • Witholding tax in Sales invoice

    Hi All, Just want to ask how to set up automatic computation of witholding tax in Sales invoice created in Sales & Distribution module. We already set up all necessary configuration in FI and customer master data. During postings in TCode FB75, the w

  • Material replication errors - SRM 5.0

    Hi all, Iam getting error when i replicate material master from r3 to srm. i successfully done service replication in to srm system, but material not. error is : Allocation of the tax for country IN, sequence 1, value 0 not possible Message no. SRM_P