摘要:
//首先创建文件夹,把对应DMP文件放入到创建好的文件夹中,创建逻辑目录 create directory DATA_DIR as 'D:\DATA_DIR'; 查看目录列表 select * from dba_directories; 用sys管理员给指定用户赋予在该目录的操作权限 grant r 阅读全文
摘要:
1.获取指定年月日及设置指定时间 int year = Integer.parseInt(new SimpleDateFormat("yyyy").format(time)); int month = Integer.parseInt(new SimpleDateFormat("MM").forma 阅读全文
摘要:
"message":"could not execute statement; nested exception is org.hibernate.exception.GenericJDBCException: could not execute statement","status":"500" 阅读全文