摘要:
-- 设置密码 SHOW VARIABLES LIKE 'validate_password%'; set global validate_password_check_user_name = 'ON'; set global validate_password_policy = 'LOW'; se 阅读全文
摘要:
smartbi config配置数据库连接,报获取数据库连接失败 ORA-28001: the password has expired 密码超时 登录数据库服务器,使用 sqlplus / as sysdba命令,进入oracle数据库 使用:select * from dba_profiles 阅读全文
摘要:
--表注释 SELECT table_name,comments,'comment on table '||table_name||' is '''||comments||''';' FROM all_tab_comments WHERE owner = '用户名' AND table_name I 阅读全文