摘要:
查詢表空間數據文件剩余 set wrap off set linesize 220 set pagesize 999 col tablespace_name for a40 select tablespace_name, megs_alloc init_sizeM, max total_sizeM, 閱讀全文
摘要:
查詢當前打開游標的最大值 SQL> show parameter open_cursors; NAME TYPE VALUE open_cursors integer 300 調整當前打開游標的最大值 SQL> alter system set open_cursors = 1000; System 閱讀全文
摘要:
若navicat 17安裝后無法正常注冊,則可以嘗試以下方法。 把以下文本另存為.bat文件,每次執行,都會將試用剩余天數重置為14天,實現無限試用的目的。 本腳本主要以測試學習為目的用后請及時刪除,如果需要請購買正版. @echo off set dn=Info set dn2=ShellFold 閱讀全文
摘要:
##命令行登陸數據庫 操作系統,切換用戶 su - gbasedbt 執行 dbaccess - - ##創建數據庫 CREATE DATABASE dbname in datadbs01 WITH LOG; ##給數據庫授權 grant connect to dbname; grant resco 閱讀全文