java.sql.SQLSyntaxErrorException: ORA-00955: name is already used by an existing object
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: I'm using Oracle 11g R2, I want to create some user tables. When i run the query. It creates few tables and produces the java.sql.SQLSyntaxErrorException: ORA-00955: name is already used by an existing object Exception. Connection con=prepareConnection(); Statement st=con.createStatement(); StringBuilder sb=new StringBuilder(1024); sb.append("create table ").append(uname).append("(MESSAGES CLOB,LINKS VARCHAR2(150),FRIENDS VARCHAR2(50),COMMENTS CLOB,LIKES VARCHAR2(10),UNLIKES VARCHAR2(10),SHARES BLOB,QSTNS CLOB,ANS CLOB,UPDATES BLOB,THEMS