Import error in DBA Studio

Hi,
I am using Oracle 8i in a windows NT environment. I want to
import data. I created a database, and I use the import data
option in DBA studio. I get the following error (as it is in
french, excuse me for the translation ...)
the following error occured when connecting to the target
database via identification and connection information:
"argument number too large at"
(the last line is in english...)
I am connected to the database as SYSDBA
Does anyone know how I can fix this?
thank you very much,
anne

Hi
Your error statement is not very informative. Pl check whether
you have followed these steps:
Are you connected to DBA Studio through OMS? - You need OMS
connection for Import?export
Is the Windows NT user authenticated woth Log On to batch Job
privileges - If not, grant this privilege to the user
Have you set up Preferred Credentials? - Set Preferred
Credentials both for the database and node and use the above
authnticated NT User.
If you have done the above, you can set up a trace file to
capture the cause for the failure
hope this helps
sarath chandran

Similar Messages

  • Can't see my function's errors in DBA Studio

    I have Oracle 8i for NT. When using DBA Studio to edit a function, DBA Studio/Edit Function tells me the status of my function is invalid. When I push the Show Errors button, I get a totally blank Errors window. How do I get to see the errors in my function?

    When I run the create or replace function in SQL*PLUS I only get back one line from SQL*PLUS saying "Warning: Function created with compilation errors.". Is there something I need to change to see the specific errors?
    null

  • DBA studio: Error add/connect database "Failed to parse tnsnames.ora file"

    I have Oracle (version 8.1.7) installed in my XP machine and when I try to (having chosen "Launch DBA Studio standalone") to open a connection I get:
    "Failed to parse tnsnames.ora file
    ERROR: 100 -- NLNV-NLNV String Format Error".
    Also got this when I tried to manually add a database to a tree.
    I can access the databases listed in my tnsnames.ora using SQL Plus with no error.
    This is my tnsnames.ora.
    # TNSNAMES.ORA Network Configuration File: C:\oracle\ora81\network\admin\tnsnames.ora
    # Generated by Oracle configuration tools.
    INST1_HTTP.xx.yy.GE.COM =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = MyMachine3)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = SHARED)
    (SERVICE_NAME = buch3ora)
    (PRESENTATION = http://admin)
    EXTPROC_CONNECTION_DATA.xx.yy.GE.COM =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC0))
    (CONNECT_DATA =
    (SID = PLSExtProc)
    (PRESENTATION = RO)
    MyOra3.xx.yy.GE.COM =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = MyMachine3)(PORT = 1521))
    (CONNECT_DATA =
    (SERVICE_NAME = ora3)
    OORCL.xx.yy.GE.COM =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 3.4.55.66)(PORT = 1521))
    (CONNECT_DATA = (SERVICE_NAME = oorcl))
    Does anybody have any idea what is wrong? Thanks a lot. Changsong

    Just found out this IS a string error in my Tnsname.ora. What i did is deleting all the entries in my tnsname.ora, and start adding each one back. I found one particular entry is responsible for the error. This is the old text
    serv32.xxx.ge.com =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (COMMUNITY = TCP)(PROTOCOL = TCP)(HOST = sevr32.xxy.ge.com)(PORT = 1521))
    (CONNECT_DATA = (SID = atmo32))
    just looking by itself I can't see anything wrong. I just formatted it a little, making it looked like the other one that is working
    serv32.xxx.ge.com =(DESCRIPTION =
         (ADDRESS_LIST =
         (ADDRESS =
         (COMMUNITY = TCP)
         (PROTOCOL = TCP)
         (HOST = sevr32.xxy.ge.com)
         (PORT = 1521)))
         (CONNECT_DATA=
         (SID = atmo32)))
    and now it works fine. I Really can't tell the difference, except that some words were moved to the other line. What puzzled me is that the same old tnsname.ora worked in almost all the other circumstances, like sql plus, and other database enginee. But it is just not good enough for dba studio?
    I admit I probably should have used the network utility to add a connection to avoid this type of format error.
    Anyhow, I'm glad it is solved. by the way, the symjct.dll mentioned in the previous post should be symcjit.dll. I guess he mispelled the name. I renamed it to symcjit_old.dll and now the java error was gone. So that is another gain from this post. Thanks Joel for all the information.

  • Trying to add a database in DBA studio: getting NLNV String format error

    I'm trying to add a database in DBA studio, but I'm getting the following error:
    Failed to parse tnsnames.ora file
    Error: 100 -- NLNV-NLNV String Format Error
    Does anyone know what I need to do? Thanks.

    Anybody see this before? Yes I have several times, but till today I have not found an answer. Someone from Oracle can help us??
    Thanks
    Chenthil

  • ORA-01031: Insufficient Privs with svrmgrl or DBA Studio. Didnt always happen!

    Hi,
    I'm running Oracle 816 EE on Win2k. All of a sudden, when I log in as svrmgrl and issue: connect internal, I get prompted for a password. I never had to enter a password before! Also, when logging into DBA Studio as system/manager with SYSBDA privs, I get ORA-01031 Insufficient Privs. I never got that error before. I used to be able to log in to DBA Studio and start/shutdown the DB just fine, but now I'm getting locked out for some reason. Aside from recreating a user schema from time to time, I didnt change any system-related info in the DB. Help!
    Rupal

    check these things -
    1) a full import of a database with remote_login_passwordfile=exclusive can cause this problem.
    2) Check your sqlnet.ora file for SQLNET.AUTHENTICATION_SERVICES parameter. Try setting this to (NONE), if that doesn't work, try setting it to (NTS), and if that doesn't work, try commenting it out. A corrupted "sqlnet.ora" file, or one with security options set, will cause a 'connect internal' request to prompt for a password.
    3) Also be sure you have AUTOMATIC_IPC=OFF in the file.
    hope this helps

  • Can not insert a row to a table from Oracle DBA Studio

    Hi,
    I try to use the Oracle DBA Studio to create a table and put some test data in it. Here is what I found:
    I start Oracle DBA Studio on the client machine by connecting to an Oracle server 8i (8.1.7). I create a simple table called Test with two columns: one is USER, VARCHAR2, 10; and the other is USER2, CHAR, 2. After that, I right click on the table name and select "Table Data Editor" from the popup menu. The table editor window shows up. I type in the value 'AA' and 'BB' in the grid of two columns. Then I click the Apply button. An error message box popped up:
    ORA-00928 missing SELECT keyword.
    I click Show SQL button. The SQL statement is as following:
    INSERT INTO "TASYS"."TEST" (USER ,USER2 ) VALUES ('AA' ,'BB').
    I copy the statement to SQL Plus and run it. The same error is generated. But if I remove (USER, USER2) from the statement, it inserts a row without complaint. In other word, the database will not allow to insert if individual columns are list. I realize something must wrong with the new server and client installed and could not figure out what happening. Hope someone can help.
    Thanks.
    null

    I am not sure, but could it be that USER is a keyword or predefine word. Check Oracle'slist of predefine/keyword

  • Problem in multi master replication creation using DBA Studio -- replication

    Hi,
    I am trying to create multi master replication using DBA studio but facing following problem at the time of master group creation.
    ORA-04052 error occured when looking up remote object SYS.SYS@CBOLDATA
    ORA-00604 error occured at recursive SQL level 2
    ORA-01017 invalid username/password, logon denied
    ORA-02063 preceding line from CBOLDATA
    If you want to know how I am trying the whole thing then here is the way I am doing comfiguration.
    First I have created master site which is created successfully.
    Here I have used two database named UPP817 & CBOLDATA
    Step of master site creation is followed like this.
    1. Master Site addition (Added both UPP817 & CBOLDATA using SYSTEM username)
    2. Default User (No change is done, Default schema and password taken)
    3. Master Site Schema (Added SCOTT/tiger)
    4. Scheduled Link (No change is done, Default values taken)
    5. Purge (No change is done, Default values taken)
    6. Finished successfully
    Master group creation there is three option available
    1. General (Only value of Name is given)
    2. Object (No object added)
    3. Master Sites (It takes UPP817 by default as a master defination site then as a Master Site I have added CBOLDATA)
    when I pressed on Create It gives me the error listed above.
    I really appreceate your help
    Mukesh

    Create public database link at master site database for CBOLDATA.
    Also see that you are using SNMP protocol and Oracle Pipe at both
    databases. This will be usefull while making replication from remote
    place.
    I hope this will work.
    regards
    Avinash Jadhav

  • How can I create scripts from DBA studio??

    I just created about a bunch of tables, F&P keys, synonyms, etc using DBA studio. Now I'd like to extract that dictionary data to create scripts that I can run in the future to recreate the environment in production.
    How can I do this?
    THanks,
    Chris

    For some reason in my Oracle DBA Studio ( Oralce 8.1.6) table right click menu has no "Show object DDL" option. I run DBA Studio standalone, not from Oracle Enterpr Manager. Can this be the reason ?
    Also my database has 100+ tables.
    I also tried the import with indexfile option. It is gives me all a lot of ALTERs as they where applied to tables which looks UGLY. I need "clean" CREATE TABLE DDL.
    I's amaizing that Oracle has no simple way of doing this ???

  • DBA Studio does not find any Database 8.1.7

    Hello,
    I have a problem when startung DBA-Studio!
    I installed Windows 2000 and Oracle 8.1.7.
    In Enterprise Manager Console my node is recognised, Manger service and
    Oracle81Agent are running. When starting the DBA Studio in "Manager Server
    OMS" mode giving user/Password for SysMan account and the node-name, it
    stops with VTO-4400 ! It can't find any Database and the user should use the
    Enterprise Manager Console ! But this is done!!!
    Can anybody help!!?
    Thanks Marcel

    this is probably due to an incomplete restoration of xml after running rmjvm.
    having done rmjvm, all java classes, including xml classes are gone so i suspect you need to redo initxml
    I have finally gotten loadjava to load and create all the files in the JAR:
    C:\oracle\ora81\RDBMS\jlib\xsu111.jar
    Using the following command:
    C:\oracle\ora81>loadjava -u sams/<--password-->@samsdb -v -f -r OracleXMLStaticQuery.c
    lass c:\oracle\ora81\rdbms\jlib\xsu111.jar
    internal error: unanticipated exception: java.io.FileNotFoundException: OracleXM
    LStaticQuery.class
    java.io.FileNotFoundException: OracleXMLStaticQuery.class
    at java.io.FileInputStream.<init>(FileInputStream.java:56)
    at java.io.FileInputStream.<init>(FileInputStream.java:75)
    at oracle.aurora.server.tools.loadjava.LoadJava.processLoadAndCreate(Loa
    dJava.java:1512)
    at oracle.aurora.server.tools.loadjava.LoadJava.process(LoadJava.java:14
    22)
    at oracle.aurora.server.tools.loadjava.LoadJavaMain.run(LoadJavaMain.jav
    a:299)
    at oracle.aurora.server.tools.loadjava.LoadJavaMain.main(LoadJavaMain.ja
    va:58)
    initialization complete
    NOW! It will not resolve any of the classes because for each file I am getting the following error:
    ORA-29521: referenced name <--class name--> could not be found
    I recieved this error for each class loaded via loadjava and calling the xsu111.jar file.
    any reasons why? There is also a file named xsu12.jar is the latest?
    Help Please! Thanks in advance.

  • Error in Designer Studio Environment:

    Hi,
          I installed the BODS client 4.0 on Windows XP SP3 32 bit(RAM 3GB) without any error and restarted and when we are starting the Data Services Designer it is giving the following error.
    Error in Designer Studio Environment:
    System call <LoadLibrary? to load and initialize DLL or shared library functions failed <ds_crypto.dll>.Ensure that the library is installed and located correctly.
    Applicatio will be terminated (BODI-120012)
    Can anyone suggest what could be the issue ??What is the solution for this?

    Hi,
    We are trying to fetch the data from SAP thru ETL tool BODS; while doing so we are facing the following issues :
    1.        While connecting to SAP RFCu2019s through BODS, we are getting the following error
    u2018RFC CallReceive error <Function RFC_ABAP_INSTALL_AND_RUN : You do not have authorization for this functionu2026u2026>  (BODI-1112339).
    As per our understanding, this requires the privilege to execute the function RFC_ABAP_INSTALL_AND_RUN. ??
    2.        Also, we require to load the BODS functions(related to SAP)  on  SAP Server using CTS (Correction and Transfer System); as per help document  given in technical manual of BODS. We are getting the error while importing the component in BODS as these functions are not available in SAP.Getting error like function module Z_AW_TABLE_IMPORT not found
    We are following the instructions and we have the required files (R900XXX.SXX  and K900XXX.SXX). But we do not find /usr/sap/trans/data and /usr/sap/trans/cofiles directories in SAP server.
    How to achieve this in BODS ??
    Also can you tell one thing that can we talk to SAP from BODS without importing the tables and metadata in BODS datastore ??
    Urgent help required.
    Thanks in advance
    Jagadesh

  • DBA Studio 8i EE- 8.1.6/Exportproblems

    Hi !
    I'm using Oracle databas 8.1.6 EE release 2 on Windows 2000 workstation and after some initial problems whith users, cridentials and other security problems when working with Oracle Enteprise Console/DBA Studio I still have some problems.
    When using Exportfunktion i DBA Studio I have problems to create DMP-file and a logfile. When pointing at C: - rootcatalog (c:\expdat.dmp) the job seems to work OK (job is queued, started and so on) when looking in Enteprise Manager Console but NO TRACK AT ALL of any files and nothing comes up in the jobhistory. On the other hand when I'm pointing at for example c:\oradata\bacup\expdat.dmp I get an error saying "the system cannot find the file specified, "could'n openc:\..\..\export.log": no such file or directory.
    I have no problems to create the files if I start the export utility with the specified NT-user from the Command-prompt. But when using Inteligent Agent from DBA Studion and using the same NT User Account for Running Jobs, it don't work ?????
    What's the problem ?
    Regards Karin

    Even I am facing the same problem.
    Could you solve this problem?? If yes
    please let me know how we can do that
    Thanks and Regards,
    Suresh

  • Oracle Not Available - DBA Studio

    Hi,
    I've just been installing Oracle 8.1.7 on a Win 2k P4 machine and everything went fine. Except when i log onto DBA Studio the 'Database & Instances Information' reports that 'oracle not available'.
    I have seen another post in the forum recommending typing 'echo %ORACLE_HOME%' and 'set ORACLE_HOME=my_sid' but when I log back on i get the same error message.
    Help much appreciated

    did you login as sys/change_on_install and as BDA not as sysoperator or Normal. The deafult is normal. Choose SYSDBA from the dropdown box and your database is up and running.

  • DBA Studio Bug?

    First off, I hope I'm asking this in the right place (sorry in
    advance if not the case).
    I'm running Oracle 8.1.7 on Windows NT 4.0, SP6. I'm only
    trying to set up a few tables using the DBA Studio create-
    objects wizard. The tool seems to have the following problems:
    1. When I define a primary key or a constraint, it offers
    to let the associated identifier be "<system assigned>",
    but later when I'm ready to 'Finish', I get an error for
    a zero-length identifier. I can see in the resultant
    DDL that it is trying to set a CONSTRAINT "" for the
    primary key. Sometimes this works and Oracle assigns
    an identifier fine, other times I get this error.
    What's the deal?
    2. The field-name dialog seems to allow more char's input
    than the DB allows. I got a cryptic message, but figured
    out that perhaps the name was long, shortened it and this
    worked. But there should be better feedback that this
    was the cause (or the tool should not allow more char's
    than permissible).
    Is there a "service pack" that fixes these and other problems?
    I'm running a straight 8.1.7 download.
    If so, where can I get it from?
    Any help appreciated.
    tia,
    mh

    Same thing here... 8.1.7 installed, "Show Errors" button from within DBA Studio displays nothing... Any fixes???
    Compiling Proc's and Packages in DBA Studio. When they don't compile, eg., declared "Invalid", the "Show Errors" dialog box displayed by the "Show Errors" button display's a blank screen. Any fixes? Any alternatives?
    Thanks.

  • DBA Studio -- getting started

    My long run goal is to import MS Access databases to Oracle databases using an ODBC driver. I am trying to do this with minimal Oracle experience. I have DBA Studio. I have managed to create a test database that I can play around with to see what the features are. However, whenever I create a database, it comes with all these sample tables and priveleges and users and roles, etc. I want to get rid of all that and have a "clean slate" so I can work on creating my own tables, roles, etc. If anyone could help, please let me know. I might even like to talk to someone on the phone about this. Any help would be appreciated.
    Thanks...
    Craig

    If you want you can call me directly : 58 412 995 55 06
    My timezone is : GMT-4:00
    Joel Pérez
    http://otn.oracle.com/experts

  • DBA STUDIO for DB10g

    hi ,
    is there any tool in Oracle Database10g to mount or start it, like we can use DBA Studio in oracle8i to MOUNT,UNMOUNT,SHUTDOWN OR START our database. (Other than putting URL in browser, because sometime this URL does not work. i experienced error page not found when i put the URL http://system_name:5500/em )
    Regards
    Najeeb

    Are you sure that the EM Http Port is 5500...???
    You should confirm that by reading the file portlist.ini in the [ORACLE_HOME]\install dir , although if you have altered it afterwards , the port written in this file would not be changed in this file.
    Anyway, it's worth the try to configure the EM....!!!!
    Sim

Maybe you are looking for

  • Magic mouse click problem.

    Hi all, Couldnt find any solution yet for my problem. It is always either not click or in click(can see the dragging box). No problem with connecting & tracking. I'm using iMac

  • Editing in premiere elements 10

    how do I keep a check on the size and length of my project while editing.. so that it does not become too big for a DVD?

  • Native IO Disabled when using node manager to start managed server

    Hi, I am able to start my node manager and the managed server from the Admin Console. OS is AIX, WebLogic 9.2 MP3. The managed server starts OK, but Native IO is disabled even though it is enabled in the Admin Console for that manager server: ####<Ju

  • Problems with adding comments to blog

    Does anyone know if this problem can be fixed now? Comments added to my blog were not visible when I opened iWeb.  I tried to repair it myself and for a second clicked off 'add comments'.  I clicked it back on, but the damage may have already been do

  • PSE9 could not convert PSE8 organizer database... help

    Hi, After installing PSE9 I launched the organizer and it immediately began converting the database (it has around 9,000 pics).  After a long while it said it could not convert the database (I don't remember the exact error message wording).  I only