Approach 2 - the remote access feature of the LOAD FROM CURSOR command is used.
方法2 -使用LOAD FROM CURSOR命令的远程访问特性。
This way, a LOAD FROM CURSOR is a fast and easy possibility to move data between different tablespaces or different databases.
因此,LOAD FROM CURSOR 是在不同的表空间或数据库之间快速轻松地转移数据的方法。
The RENAME command is used to create the shadow table, the data is reloaded into the EMPLOYEE table using the load FROM CURSOR command.
RENAME命令用于创建影子表,而数据是通过LOAD FROM CURSOR命令重新装载到employee表中的。
应用推荐