我有一个DB表导出(使用SQLDeveloper生成的.csv文件),需要导入到另一个DB表中。问题是有一些日期列是可以为空的,这些值显然是作为空字符串导出的。当我尝试导入该文件时,SQLDeveloper似乎会在内部为每一行生成一条insert语句,因为我收到了以下错误消息: INSERT INTO <tablename> (<fieldnames here.);ORA-01830: date format picture ends before con
我已经在debian上安装了jdk1.6.0_21和sqldeveloper(使用外星人)。现在,当我运行sqldeveloper时,它会询问J2SE安装路径,在我输入jdk路径后,它会退出,并显示以下错误消息。Type the full pathname of a J2SE installation (or Ctrl-C to quit), the path will be stored in ~/.sqldeveloper/jdk
/usr/java/jdk1.6.0_