• 博客园logo
  • 会员
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • HarmonyOS
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
格局
技术\业务\管理
博客园    首页    新随笔    联系   管理    订阅  订阅
2008年8月21日
ORACEL如何判断一个表中某列是否存在
摘要: 例如判断表print_bill中是否存在列BillMKID select count(*) from user_tab_columns where table_name=upper('print_bill') and column_name=upper('BillMKID') 阅读全文
posted @ 2008-08-21 17:51 惠众益自 阅读(429) 评论(0) 推荐(0)
如何处理登录Oracle时ORA-28000: the account is locked?
摘要: 如何处理登录Oracle时ORA-28000: the account is locked? ORA-28000: the account is locked. 要对账户解锁,可在数据库管理员账户(sys/system)中使用“alter user”命令的account unlock子句。 如下所示: alter user username account unlock; 账户解锁后,user... 阅读全文
posted @ 2008-08-21 17:14 惠众益自 阅读(11389) 评论(1) 推荐(0)
博客园  ©  2004-2025
浙公网安备 33010602011771号 浙ICP备2021040463号-3