ORA-12541: TNS: 無監聽程式 每天學點Oracle

來源:互聯網
上載者:User

Oracle常用問題的整理

---------------------------
(沒有登入)
---------------------------
ORA-12541: TNS: 無監聽程式

---------------------------
OK  
---------------------------

1. cmd->運行命令列-》services.msc 
看下listener 的服務是否起來了
2. 如果沒有啟動下看看,最好在dos,cmd下啟動,這樣能看到錯誤。
  c:>lsnrctl status
  c:>lsnrctl start
3. 如果有問題,檢查下tnsnames.ora 檔案。 在重新啟動

或者
在服務中 查看"OracleOraDb10g_home1TNSListener"是否開啟

 

 

 

oracle\product\10.1.0\db_1\NETWORK\ADMIN\tnsnames.ora

 

修改密碼:

運行--cmd-- sqlplus /nolog

SQL> conn /as sysdba

  Connected.

  SQL> alter user system identified by "123456";

  User altered.

  SQL> alter user sys identified by "123456";

  User altered.

  SQL> alter user system identified by "123456";

  User altered.

  SQL> exit

 

或者這樣登入:

 

 運行--cmd-- sqlplus

    Enter user-name: system

  Enter password:*****

  Connected to:

  Oracle Database 10g Enterprise Edition Release 10.1.0.2.0 - Production

  With the Partitioning, OLAP and Data Mining options

  SQL>  select instance_name from v$instance;

 

查詢當前資料名
方法一:select name from v$database;
方法二:show parameter db

 

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.