您的位置:首页 > 数据库 > Oracle

Enter Data into Oracle Database

2011-09-18 04:49 239 查看
Oracle Interface Table is yet another Oracle Apps' User Inferface.

However, the user here refers to those who use database tools to modify database tables.Oracle strongly recommend that Tables should not be modified by database tools like PLSQL Unless otherwise instructed.

This kind of interface is very useful to import vast data which if entered in Form-based GUI or HTML-based GUI could be very slow and inefficient.

But Oracle also provide Dataload for Importing Data in Form-based GUI and Web ADI in HTML-based GUI.

Thus,generally speaking,there are four ways to enter data into Oracle Database.

1. direct entry in Form or Web;

2. Using Dataload in Form-based GUI;

3. Using Web ADI in HTML-based GUI;

4. Using Interface Table by Techinical Users;
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: