nizuimeiabc1

在linux环境上:

exp user_name/password@//ip_address:1521/service_name file=aa.sql tables=\(table_name\);

或者:

exp user_name/password@tns_name file=aa.sql tables=\(table_name\);

在window环境上:

exp user_name/password@//ip_address:1521/service_name file=aa.sql tables=(table_name);

或者:

exp user_name/password@tns_name file=aa.sql tables=(table_name);

分类:

技术点:

相关文章:

  • 2021-11-30
  • 2022-12-23
  • 2021-12-15
  • 2021-12-09
  • 2021-10-04
  • 2021-06-25
  • 2021-06-29
  • 2021-12-07
猜你喜欢
  • 2022-12-23
  • 2021-11-17
  • 2021-04-01
  • 2021-12-09
  • 2021-11-27
相关资源
相似解决方案