今天下午现场项目经理问了一个问题,直接上截图,问是不是客户端不兼容?
C:\Users\Administrator>exp usr_jwc/Test#123@192.16.50.100:1521/orcl owner=usr_jwc full=y file=C:\ABCD20230521.dmp log=C:\imp_ABCD20230521.log
Export: Release 11.2.0.1.0 - Production on Mon May 22 17:09:21 2023
Copyright (c) 1982, 2009, Oracle and/or its affiliates. All rights reserved.
Connected to: Oracle Database 19c Enterprise Edition Release 19.0.0.0.0 - Production
EXP-00026: conflicting modes specified
EXP-00000: Export terminated unsuccessfully
该报错确实眼生,百度了一下立刻明白过来了
FULL: 全库导入.
OWNER:导入指定用户下的所有objects.
所以用了full, 就不能指定单个用户。