摘要:
SELECT c.relname, a.attname as 字段名, col_description(a.attrelid,a.attnum) as 注释, concat_ws('',t.typname,SUBSTRING(format_type(a.atttypid,a.atttypmod) f 阅读全文
摘要:
IF OBJECT_ID('TEMPDB..#list') IS NOT NULLBEGIN DROP TABLE TEMPDB.#list END CREATE TABLE #list(OFC_ID VARCHAR(40), MyNo VARCHAR(64), RowNumber INT, Fla 阅读全文
摘要:
jdbc.url配置为: jdbc:oracle:thin:@xxx.xx.xx.xx:1521:orclpdb 报错: java.sql.SQLException: Listenerrefused the connection with the following error: ORA-12505 阅读全文