Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. tusker

    NoClassDefFoundError when deploying app

    I get the following message when building and deploying the CMP tutorial example using the deployment tool for J2SDK1.3.1 The error is: java.rmi.ServerError:Error occurred in server thread; nexted exception is: java.lang.NoClassDefFoundError:com/sun/tools/javac/Main The variables are set as...
  2. tusker

    Migrating a Sybase Database to Oracle 9i

    I am looking at migrating a Sybase database to Oracle 9i. I was looking at using bcp to unload the data from sybase, then using SQLLoader to load the data into the Oracle database. Are there any automated tools that are available to create the schema etc from sybase to oracle
  3. tusker

    SQLPLUS within Unix script

    The following does not work. I am trying to substitue the FILE_NAME into my sql and then running it. The sql does not seem to translate the $FILE_NAME for FILE_NAME in `ls -1` do my_count=$(sqlplus -s $DB_USER/$DB_PASSWORD <<END set feed off set pages 0 set head off select...
  4. tusker

    BCP out a table with an identity column

    The problem was that the $SYBASE variable is pointing to /sybase/syb492 (A REALLY old version). The bcp binary for this version cannot handle certain datatypes (they didn't exist in 4.9.2!!), /sybase/syb113/bin/bcp
  5. tusker

    BCP out a table with an identity column

    Name Owner Type ------------------------------ ------------------------------ ---------------------- malkit dbo user table Data_located_on_segment When_created ------------------------------...
  6. tusker

    BCP out a table with an identity column

    I have a table with an identity column, how can I unload this table with the bcp command. I get the following error message: DB-LIBRARY error: Unknown variable-length datatype encountered. Regards Malkit
  7. tusker

    Adding an integer columnto a table then updating it sequentially

    Looks like I can alter the table and add an identity column that will solve the problem
  8. tusker

    Adding an integer columnto a table then updating it sequentially

    I would like to add a column to an existing table, then I would like to write some sort of procedure in sybase to update this column sequentially. What is the best option

Part and Inventory Search

Back
Top