随笔 - 5  文章 - 5  trackbacks - 0
<2006年3月>
2627281234
567891011
12131415161718
19202122232425
2627282930311
2345678

常用链接

留言簿(1)

随笔分类

随笔档案

文章档案

搜索

  •  

最新评论

阅读排行榜

评论排行榜

1)      Open Access to have all the tables ready.  Please note:  the tables must be all upper case, like CUST_PRM, not like cust_prm.

2)      Select a table and right mouse click on it.  Then a menu bar shows up.   In the menu bar, select and click on the “Export” menu.

 

3)      In the popped up File Selection window, select the value “ODBC Databases()” in the “Save As Type” field.    Please see picture below:

 

4)      Then in the “Export” dialog, the table name defaults to the same table name in Access.  Do not change it.  You simply click on OK button.

 

5)      In the “Select Data Source” window, click on the “Machine Data Source” TAB.  Then select your oracle database, such as “prm”.   Then click on OK button.

 

6)      Then in the “Oracle ODBC Driver Connect” window, type in the password and then click on OK button.

 

Wait until the data is replicated into Oracle.

 

7)      Open a DOS prompt, and type “sqlplus u1/p1”.  Here, u1 and p1 are my username/password of my PRM database.  You should use your own database username and password.

8)      After login into sqlplus, type “select * from TAB;”, you will see your table created.

9)      In sqlplus, type command “desc CUST_PRM;

10)  In sqlplus, type command “select * from CUST_PRM;

注意在导入之前一定确保Oracle里没有相同的表

不好意思,图显示不出来,请下载Document吧

posted on 2006-03-04 22:17 Jeff's Java Home 阅读(1230) 评论(0)  编辑  收藏 所属分类: DataBase

只有注册用户登录后才能发表评论。


网站导航: