WEB开发网
开发学院数据库Oracle 解决系统从Oracle到Sybase的迁移 阅读

解决系统从Oracle到Sybase的迁移

 2009-05-25 13:14:47 来源:WEB开发网   
核心提示:目的:解决系统从Oracle到Sybase的迁移。命令纵览:C:\Documents and Settings\newuesr>isql -helpSyntax Error in '-help'.usage: isql [-b] [-e] [-F] [-p] [-n] [-v] [-X] [-Y]

目的:解决系统从Oracle到Sybase的迁移。

命令纵览:

C:\Documents and Settings\newuesr>isql -help

Syntax Error in '-help'.

usage: isql [-b] [-e] [-F] [-p] [-n] [-v] [-X] [-Y] [-Q]

[-a display_charset] [-A packet_size] [-c cmdend] [-D database]

[-E editor [-h header [-H hostname [-i inputfile]

[-I interfaces_file] [-J client_charset] [-K keytab_file]

[-l login_timeout] [-m errorlevel] [-M labelname labelvalue]

[-o outputfile] [-P password] [-R remote_server_principal]

[-s col_separator] [-S server_name] [-t timeout] [-U username]

[-V [security_options]] [-w column_width] [-z localename]

[-Z security_mechanism]

登录到指定ip地址的数据库里面:

isql -H 192.168.3.143 -U sa -P zfvims -D zfv -S newuser

C:\Documents and Settings\newuesr>isql -H 192.168.3.143 -U sa -P zfvims -D zfv -S newuser

接着创建表进行测试:

1> create table test(mom varchar(20))

2> insert into test values('aaa')

3> insert into test values('bbb')

4> insert into test values('ccc')

5> select * from test

6> go

(1 row affected)

(1 row affected)

(1 row affected)

mom

--------------------

aaa

bbb

ccc

(3 rows affected)

1>

Tags:解决 Oracle

编辑录入:爽爽 [复制链接] [打 印]
赞助商链接