news 2026/8/29 6:17:33

多租户库19c修改服务名后pdb监听失效

作者头像

张小明

前端开发工程师

1.2k 24
文章封面图
多租户库19c修改服务名后pdb监听失效

多租户库19c修改服务名后pdb监听失效,需重启数据库才能生效恢复。只重启监听不起作用。

ORA-12514: TNS:listener does not currently know of service requested in connect

SQL> alter session set container=pdb;
ERROR:
ORA-44787: Service cannot be switched into.

重启库:

[grid@rac1:/home/grid]$ srvctl stop database -d jyc -o immediate
[grid@rac1:/home/grid]$ srvctl start database -d jyc

测试过程:

[oracle@rac1:/home/oracle]$ lsnrctl status LSNRCTL for Linux: Version 19.0.0.0.0 - Production on 29-DEC-2025 14:55:09 Copyright (c) 1991, 2020, Oracle. All rights reserved. Connecting to (ADDRESS=(PROTOCOL=tcp)(HOST=)(PORT=1521)) STATUS of the LISTENER ------------------------ Alias LISTENER Version TNSLSNR for Linux: Version 19.0.0.0.0 - Production Start Date 29-DEC-2025 14:52:14 Uptime 0 days 0 hr. 2 min. 54 sec Trace Level off Security ON: Local OS Authentication SNMP OFF Listener Parameter File /u01/app/19.3.0/grid/network/admin/listener.ora Listener Log File /u01/app/grid/diag/tnslsnr/rac1/listener/alert/log.xml Listening Endpoints Summary... (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=LISTENER))) (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=192.168.207.76)(PORT=1521))) (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=192.168.207.26)(PORT=1521))) Services Summary... Service "+ASM" has 1 instance(s). Instance "+ASM1", status READY, has 1 handler(s) for this service... Service "+ASM_DATA" has 1 instance(s). Instance "+ASM1", status READY, has 1 handler(s) for this service... Service "42b133224fc259cde0634ccfa8c0b908" has 1 instance(s). Instance "jyc1", status READY, has 1 handler(s) for this service... Service "86b637b62fdf7a65e053f706e80a27ca" has 1 instance(s). Instance "jyc1", status READY, has 1 handler(s) for this service... Service "dgjyc" has 1 instance(s). Instance "jyc1", status READY, has 1 handler(s) for this service... Service "jyc" has 1 instance(s). Instance "jyc1", status READY, has 1 handler(s) for this service... Service "jycXDB" has 1 instance(s). Instance "jyc1", status READY, has 1 handler(s) for this service... Service "pdb" has 1 instance(s). Instance "jyc1", status READY, has 1 handler(s) for this service... The command completed successfully [oracle@rac1:/home/oracle]$ lsnrctl status LSNRCTL for Linux: Version 19.0.0.0.0 - Production on 29-DEC-2025 14:55:12 Copyright (c) 1991, 2020, Oracle. All rights reserved. Connecting to (ADDRESS=(PROTOCOL=tcp)(HOST=)(PORT=1521)) STATUS of the LISTENER ------------------------ Alias LISTENER Version TNSLSNR for Linux: Version 19.0.0.0.0 - Production Start Date 29-DEC-2025 14:52:14 Uptime 0 days 0 hr. 2 min. 57 sec Trace Level off Security ON: Local OS Authentication SNMP OFF Listener Parameter File /u01/app/19.3.0/grid/network/admin/listener.ora Listener Log File /u01/app/grid/diag/tnslsnr/rac1/listener/alert/log.xml Listening Endpoints Summary... (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=LISTENER))) (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=192.168.207.76)(PORT=1521))) (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=192.168.207.26)(PORT=1521))) Services Summary... Service "+ASM" has 1 instance(s). Instance "+ASM1", status READY, has 1 handler(s) for this service... Service "+ASM_DATA" has 1 instance(s). Instance "+ASM1", status READY, has 1 handler(s) for this service... Service "42b133224fc259cde0634ccfa8c0b908" has 1 instance(s). Instance "jyc1", status READY, has 1 handler(s) for this service... Service "86b637b62fdf7a65e053f706e80a27ca" has 1 instance(s). Instance "jyc1", status READY, has 1 handler(s) for this service... Service "dgjyc" has 1 instance(s). Instance "jyc1", status READY, has 1 handler(s) for this service... Service "jyc" has 1 instance(s). Instance "jyc1", status READY, has 1 handler(s) for this service... Service "jycXDB" has 1 instance(s). Instance "jyc1", status READY, has 1 handler(s) for this service... Service "pdb" has 1 instance(s).--修改service之前可以看到存在pdb Instance "jyc1", status READY, has 1 handler(s) for this service... The command completed successfully [oracle@rac1:/home/oracle]$ sqlplus sys/oracle@192.168.207.25:1521/pdb as sysdba SQL*Plus: Release 19.0.0.0.0 - Production on Mon Dec 29 14:55:21 2025 Version 19.9.0.0.0 Copyright (c) 1982, 2020, Oracle. All rights reserved. Connected to: Oracle Database 19c Enterprise Edition Release 19.0.0.0.0 - Production Version 19.9.0.0.0 SQL> exit Disconnected from Oracle Database 19c Enterprise Edition Release 19.0.0.0.0 - Production Version 19.9.0.0.0 [oracle@rac1:/home/oracle]$ lsnrctl status LSNRCTL for Linux: Version 19.0.0.0.0 - Production on 29-DEC-2025 14:55:28 Copyright (c) 1991, 2020, Oracle. All rights reserved. Connecting to (ADDRESS=(PROTOCOL=tcp)(HOST=)(PORT=1521)) STATUS of the LISTENER ------------------------ Alias LISTENER Version TNSLSNR for Linux: Version 19.0.0.0.0 - Production Start Date 29-DEC-2025 14:52:14 Uptime 0 days 0 hr. 3 min. 14 sec Trace Level off Security ON: Local OS Authentication SNMP OFF Listener Parameter File /u01/app/19.3.0/grid/network/admin/listener.ora Listener Log File /u01/app/grid/diag/tnslsnr/rac1/listener/alert/log.xml Listening Endpoints Summary... (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=LISTENER))) (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=192.168.207.76)(PORT=1521))) (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=192.168.207.26)(PORT=1521))) Services Summary... Service "+ASM" has 1 instance(s). Instance "+ASM1", status READY, has 1 handler(s) for this service... Service "+ASM_DATA" has 1 instance(s). Instance "+ASM1", status READY, has 1 handler(s) for this service... Service "42b133224fc259cde0634ccfa8c0b908" has 1 instance(s). Instance "jyc1", status READY, has 1 handler(s) for this service... Service "86b637b62fdf7a65e053f706e80a27ca" has 1 instance(s). Instance "jyc1", status READY, has 1 handler(s) for this service... Service "dgjyc" has 1 instance(s). Instance "jyc1", status READY, has 1 handler(s) for this service... Service "jyc" has 1 instance(s). Instance "jyc1", status READY, has 1 handler(s) for this service... Service "jycXDB" has 1 instance(s). Instance "jyc1", status READY, has 1 handler(s) for this service... Service "pdb" has 1 instance(s).--修改service之前可以看到存在pdb Instance "jyc1", status READY, has 1 handler(s) for this service... The command completed successfully [oracle@rac1:/home/oracle]$ sqlplus sys/oracle@192.168.207.25:1521/jyc as sysdba SQL*Plus: Release 19.0.0.0.0 - Production on Mon Dec 29 14:55:36 2025 Version 19.9.0.0.0 Copyright (c) 1982, 2020, Oracle. All rights reserved. Connected to: Oracle Database 19c Enterprise Edition Release 19.0.0.0.0 - Production Version 19.9.0.0.0 SQL> exit Disconnected from Oracle Database 19c Enterprise Edition Release 19.0.0.0.0 - Production Version 19.9.0.0.0 ^[[A[oracle@rac1:/home/oracle]$ sqlplus sys/oracle@192.168.207.25:1521/dgjyc as sysdba SQL*Plus: Release 19.0.0.0.0 - Production on Mon Dec 29 14:55:41 2025 Version 19.9.0.0.0 Copyright (c) 1982, 2020, Oracle. All rights reserved. Connected to: Oracle Database 19c Enterprise Edition Release 19.0.0.0.0 - Production Version 19.9.0.0.0 SQL> show parameter service; NAME TYPE VALUE ------------------------------------ ----------- ------------------------------ service_names string jyc,dgjyc SQL> alter system set service_names='jyc' scope=both sid='*';--做修改 System altered. SQL> show parameter name; NAME TYPE VALUE ------------------------------------ ----------- ------------------------------ cdb_cluster_name string cell_offloadgroup_name string db_file_name_convert string db_name string jyc db_unique_name string jyc global_names boolean FALSE instance_name string jyc1 lock_name_space string log_file_name_convert string pdb_file_name_convert string processor_group_name string NAME TYPE VALUE ------------------------------------ ----------- ------------------------------ service_names string jyc SQL> exit Disconnected from Oracle Database 19c Enterprise Edition Release 19.0.0.0.0 - Production Version 19.9.0.0.0 [oracle@rac1:/home/oracle]$ lsnrctl status LSNRCTL for Linux: Version 19.0.0.0.0 - Production on 29-DEC-2025 14:56:24 Copyright (c) 1991, 2020, Oracle. All rights reserved. Connecting to (ADDRESS=(PROTOCOL=tcp)(HOST=)(PORT=1521)) STATUS of the LISTENER ------------------------ Alias LISTENER Version TNSLSNR for Linux: Version 19.0.0.0.0 - Production Start Date 29-DEC-2025 14:52:14 Uptime 0 days 0 hr. 4 min. 9 sec Trace Level off Security ON: Local OS Authentication SNMP OFF Listener Parameter File /u01/app/19.3.0/grid/network/admin/listener.ora Listener Log File /u01/app/grid/diag/tnslsnr/rac1/listener/alert/log.xml Listening Endpoints Summary... (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=LISTENER))) (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=192.168.207.76)(PORT=1521))) (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=192.168.207.26)(PORT=1521))) Services Summary... Service "+ASM" has 1 instance(s). Instance "+ASM1", status READY, has 1 handler(s) for this service... Service "+ASM_DATA" has 1 instance(s). Instance "+ASM1", status READY, has 1 handler(s) for this service... Service "86b637b62fdf7a65e053f706e80a27ca" has 1 instance(s). Instance "jyc1", status READY, has 1 handler(s) for this service... Service "jyc" has 1 instance(s). Instance "jyc1", status READY, has 1 handler(s) for this service... Service "jycXDB" has 1 instance(s). Instance "jyc1", status READY, has 1 handler(s) for this service... The command completed successfully --此时发现没有pdb服务了 [oracle@rac1:/home/oracle]$ sqlplus sys/oracle@192.168.207.25:1521/dgjyc as sysdba SQL*Plus: Release 19.0.0.0.0 - Production on Mon Dec 29 14:56:35 2025 Version 19.9.0.0.0 Copyright (c) 1982, 2020, Oracle. All rights reserved. ERROR: ORA-12514: TNS:listener does not currently know of service requested in connect descriptor Enter user-name: ^C [oracle@rac1:/home/oracle]$ sqlplus sys/oracle@192.168.207.25:1521/jyc as sysdba SQL*Plus: Release 19.0.0.0.0 - Production on Mon Dec 29 14:56:41 2025 Version 19.9.0.0.0 Copyright (c) 1982, 2020, Oracle. All rights reserved. Connected to: Oracle Database 19c Enterprise Edition Release 19.0.0.0.0 - Production Version 19.9.0.0.0 SQL> exit Disconnected from Oracle Database 19c Enterprise Edition Release 19.0.0.0.0 - Production Version 19.9.0.0.0 [oracle@rac1:/home/oracle]$ sqlplus sys/oracle@192.168.207.25:1521/pdb as sysdba SQL*Plus: Release 19.0.0.0.0 - Production on Mon Dec 29 14:56:48 2025 Version 19.9.0.0.0 Copyright (c) 1982, 2020, Oracle. All rights reserved. ERROR: ORA-12514: TNS:listener does not currently know of service requested in connect descriptor Enter user-name: ^C ---pdb无法连接 [oracle@rac1:/home/oracle]$ sqlplus / as sysdba SQL*Plus: Release 19.0.0.0.0 - Production on Mon Dec 29 14:56:54 2025 Version 19.9.0.0.0 Copyright (c) 1982, 2020, Oracle. All rights reserved. Connected to: Oracle Database 19c Enterprise Edition Release 19.0.0.0.0 - Production Version 19.9.0.0.0 SQL> show pdbs; CON_ID CON_NAME OPEN MODE RESTRICTED ---------- ------------------------------ ---------- ---------- 2 PDB$SEED READ ONLY NO 3 PDB READ WRITE NO SQL> alter session set container=pdb; ERROR: ORA-44787: Service cannot be switched into. SQL> !oerr ora 44787 44787, 0000, "Service cannot be switched into." // *Document: Yes // *Cause: The service did not exist in the new pluggable database or the service was not started in the pluggable database. // *Action: Use a valid service name for the pluggable database or start the service in the pluggable database first. SQL> alter session set container=pdb service=jyc;--需指定service才能进入,不重启数据库的情况下监听无法监听 Session altered. SQL> alter system register; System altered. SQL> !lsnrctl status LSNRCTL for Linux: Version 19.0.0.0.0 - Production on 29-DEC-2025 14:59:50 Copyright (c) 1991, 2020, Oracle. All rights reserved. Connecting to (ADDRESS=(PROTOCOL=tcp)(HOST=)(PORT=1521)) STATUS of the LISTENER ------------------------ Alias LISTENER Version TNSLSNR for Linux: Version 19.0.0.0.0 - Production Start Date 29-DEC-2025 14:52:14 Uptime 0 days 0 hr. 7 min. 35 sec Trace Level off Security ON: Local OS Authentication SNMP OFF Listener Parameter File /u01/app/19.3.0/grid/network/admin/listener.ora Listener Log File /u01/app/grid/diag/tnslsnr/rac1/listener/alert/log.xml Listening Endpoints Summary... (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=LISTENER))) (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=192.168.207.76)(PORT=1521))) (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=192.168.207.26)(PORT=1521))) Services Summary... Service "+ASM" has 1 instance(s). Instance "+ASM1", status READY, has 1 handler(s) for this service... Service "+ASM_DATA" has 1 instance(s). Instance "+ASM1", status READY, has 1 handler(s) for this service... Service "86b637b62fdf7a65e053f706e80a27ca" has 1 instance(s). Instance "jyc1", status READY, has 1 handler(s) for this service... Service "jyc" has 1 instance(s). Instance "jyc1", status READY, has 1 handler(s) for this service... Service "jycXDB" has 1 instance(s). Instance "jyc1", status READY, has 1 handler(s) for this service... The command completed successfully SQL> exit Disconnected from Oracle Database 19c Enterprise Edition Release 19.0.0.0.0 - Production Version 19.9.0.0.0 [oracle@rac1:/home/oracle]$ [oracle@rac1:/home/oracle]$ [oracle@rac1:/home/oracle]$ lsnrctl status LSNRCTL for Linux: Version 19.0.0.0.0 - Production on 29-DEC-2025 15:00:54 Copyright (c) 1991, 2020, Oracle. All rights reserved. Connecting to (ADDRESS=(PROTOCOL=tcp)(HOST=)(PORT=1521)) STATUS of the LISTENER ------------------------ Alias LISTENER Version TNSLSNR for Linux: Version 19.0.0.0.0 - Production Start Date 29-DEC-2025 15:00:45 Uptime 0 days 0 hr. 0 min. 9 sec Trace Level off Security ON: Local OS Authentication SNMP OFF Listener Parameter File /u01/app/19.3.0/grid/network/admin/listener.ora Listener Log File /u01/app/grid/diag/tnslsnr/rac1/listener/alert/log.xml Listening Endpoints Summary... (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=LISTENER))) (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=192.168.207.76)(PORT=1521))) (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=192.168.207.26)(PORT=1521))) Services Summary... Service "86b637b62fdf7a65e053f706e80a27ca" has 1 instance(s). Instance "jyc1", status READY, has 1 handler(s) for this service... Service "jyc" has 1 instance(s). Instance "jyc1", status READY, has 1 handler(s) for this service... Service "jycXDB" has 1 instance(s). Instance "jyc1", status READY, has 1 handler(s) for this service... The command completed successfully [oracle@rac1:/home/oracle]$ lsnrctl status LSNRCTL for Linux: Version 19.0.0.0.0 - Production on 29-DEC-2025 15:00:55 Copyright (c) 1991, 2020, Oracle. All rights reserved. Connecting to (ADDRESS=(PROTOCOL=tcp)(HOST=)(PORT=1521)) STATUS of the LISTENER ------------------------ Alias LISTENER Version TNSLSNR for Linux: Version 19.0.0.0.0 - Production Start Date 29-DEC-2025 15:00:45 Uptime 0 days 0 hr. 0 min. 10 sec Trace Level off Security ON: Local OS Authentication SNMP OFF Listener Parameter File /u01/app/19.3.0/grid/network/admin/listener.ora Listener Log File /u01/app/grid/diag/tnslsnr/rac1/listener/alert/log.xml Listening Endpoints Summary... (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=LISTENER))) (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=192.168.207.76)(PORT=1521))) (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=192.168.207.26)(PORT=1521))) Services Summary... Service "86b637b62fdf7a65e053f706e80a27ca" has 1 instance(s). Instance "jyc1", status READY, has 1 handler(s) for this service... Service "jyc" has 1 instance(s). Instance "jyc1", status READY, has 1 handler(s) for this service... Service "jycXDB" has 1 instance(s). Instance "jyc1", status READY, has 1 handler(s) for this service... The command completed successfully [oracle@rac1:/home/oracle]$ lsnrctl status LSNRCTL for Linux: Version 19.0.0.0.0 - Production on 29-DEC-2025 15:01:36 Copyright (c) 1991, 2020, Oracle. All rights reserved. Connecting to (ADDRESS=(PROTOCOL=tcp)(HOST=)(PORT=1521)) STATUS of the LISTENER ------------------------ Alias LISTENER Version TNSLSNR for Linux: Version 19.0.0.0.0 - Production Start Date 29-DEC-2025 15:00:45 Uptime 0 days 0 hr. 0 min. 51 sec Trace Level off Security ON: Local OS Authentication SNMP OFF Listener Parameter File /u01/app/19.3.0/grid/network/admin/listener.ora Listener Log File /u01/app/grid/diag/tnslsnr/rac1/listener/alert/log.xml Listening Endpoints Summary... (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=LISTENER))) (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=192.168.207.76)(PORT=1521))) (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=192.168.207.26)(PORT=1521))) Services Summary... Service "86b637b62fdf7a65e053f706e80a27ca" has 1 instance(s). Instance "jyc1", status READY, has 1 handler(s) for this service... Service "jyc" has 1 instance(s). Instance "jyc1", status READY, has 1 handler(s) for this service... Service "jycXDB" has 1 instance(s). Instance "jyc1", status READY, has 1 handler(s) for this service... The command completed successfully [oracle@rac1:/home/oracle]$ lsnrctl status LSNRCTL for Linux: Version 19.0.0.0.0 - Production on 29-DEC-2025 15:01:38 Copyright (c) 1991, 2020, Oracle. All rights reserved. Connecting to (ADDRESS=(PROTOCOL=tcp)(HOST=)(PORT=1521)) STATUS of the LISTENER ------------------------ Alias LISTENER Version TNSLSNR for Linux: Version 19.0.0.0.0 - Production Start Date 29-DEC-2025 15:00:45 Uptime 0 days 0 hr. 0 min. 52 sec Trace Level off Security ON: Local OS Authentication SNMP OFF Listener Parameter File /u01/app/19.3.0/grid/network/admin/listener.ora Listener Log File /u01/app/grid/diag/tnslsnr/rac1/listener/alert/log.xml Listening Endpoints Summary... (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=LISTENER))) (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=192.168.207.76)(PORT=1521))) (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=192.168.207.26)(PORT=1521))) Services Summary... Service "86b637b62fdf7a65e053f706e80a27ca" has 1 instance(s). Instance "jyc1", status READY, has 1 handler(s) for this service... Service "jyc" has 1 instance(s). Instance "jyc1", status READY, has 1 handler(s) for this service... Service "jycXDB" has 1 instance(s). Instance "jyc1", status READY, has 1 handler(s) for this service... The command completed successfully [oracle@rac1:/home/oracle]$ [oracle@rac1:/home/oracle]$ [oracle@rac1:/home/oracle]$ [oracle@rac1:/home/oracle]$ ---restart database -bash: ---restart: command not found [oracle@rac1:/home/oracle]$ lsnrctl status LSNRCTL for Linux: Version 19.0.0.0.0 - Production on 29-DEC-2025 15:04:48 Copyright (c) 1991, 2020, Oracle. All rights reserved. Connecting to (ADDRESS=(PROTOCOL=tcp)(HOST=)(PORT=1521)) STATUS of the LISTENER ------------------------ Alias LISTENER Version TNSLSNR for Linux: Version 19.0.0.0.0 - Production Start Date 29-DEC-2025 15:00:45 Uptime 0 days 0 hr. 4 min. 2 sec Trace Level off Security ON: Local OS Authentication SNMP OFF Listener Parameter File /u01/app/19.3.0/grid/network/admin/listener.ora Listener Log File /u01/app/grid/diag/tnslsnr/rac1/listener/alert/log.xml Listening Endpoints Summary... (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=LISTENER))) (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=192.168.207.76)(PORT=1521))) (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=192.168.207.26)(PORT=1521))) Services Summary... Service "+ASM" has 1 instance(s). Instance "+ASM1", status READY, has 1 handler(s) for this service... Service "+ASM_DATA" has 1 instance(s). Instance "+ASM1", status READY, has 1 handler(s) for this service... Service "42b133224fc259cde0634ccfa8c0b908" has 1 instance(s). Instance "jyc1", status READY, has 1 handler(s) for this service... Service "86b637b62fdf7a65e053f706e80a27ca" has 1 instance(s). Instance "jyc1", status READY, has 1 handler(s) for this service... Service "jyc" has 1 instance(s). Instance "jyc1", status READY, has 1 handler(s) for this service... Service "jycXDB" has 1 instance(s). Instance "jyc1", status READY, has 1 handler(s) for this service... Service "pdb" has 1 instance(s). Instance "jyc1", status READY, has 1 handler(s) for this service... The command completed successfully [oracle@rac1:/home/oracle]$ sqlplus sys/oracle@192.168.207.25:1521/pdb as sysdba SQL*Plus: Release 19.0.0.0.0 - Production on Mon Dec 29 15:05:01 2025 Version 19.9.0.0.0 Copyright (c) 1982, 2020, Oracle. All rights reserved. Connected to: Oracle Database 19c Enterprise Edition Release 19.0.0.0.0 - Production Version 19.9.0.0.0 SQL> exit Disconnected from Oracle Database 19c Enterprise Edition Release 19.0.0.0.0 - Production Version 19.9.0.0.0 [oracle@rac1:/home/oracle]$ sqlplus / as sysdba SQL*Plus: Release 19.0.0.0.0 - Production on Mon Dec 29 15:05:08 2025 Version 19.9.0.0.0 Copyright (c) 1982, 2020, Oracle. All rights reserved. Connected to: Oracle Database 19c Enterprise Edition Release 19.0.0.0.0 - Production Version 19.9.0.0.0 SQL> show pdbs; CON_ID CON_NAME OPEN MODE RESTRICTED ---------- ------------------------------ ---------- ---------- 2 PDB$SEED READ ONLY NO 3 PDB READ WRITE NO SQL> alter session set container=pdb; Session altered. SQL> exit Disconnected from Oracle Database 19c Enterprise Edition Release 19.0.0.0.0 - Production Version 19.9.0.0.0 [oracle@rac1:/home/oracle]$

相关参考:

https://blog.csdn.net/cowboy90/article/details/119753891

版权声明: 本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若内容造成侵权/违法违规/事实不符,请联系邮箱:809451989@qq.com进行投诉反馈,一经查实,立即删除!
网站建设 2026/8/21 17:17:17

先睹为快 | 2026年2月国际学术会议一览表

2026年2月计划举办超过20场专题分会,广泛覆盖大数据、生成式人工智能、计算机视觉、决策智能、航空航天工程、智能汽车、无人驾驶、能源科学、材料科学、软件工程、通信技术、社会科学及人文艺术等数十个前沿与交叉学科领域。 会议致力于打造高水平的全球化学术交流…

作者头像 李华
网站建设 2026/8/26 18:09:42

工业自动化怎么实现从执行指令到自主决策的升级?

工业自动化正经历一场从“执行指令”到“自主决策”的深刻变革,不再局限于传统意义上的机械替代人工,而是通过感知、分析、决策与执行的闭环系统,重构制造业的运行逻辑。在这一转型进程中,广域铭岛凭借其Geega工业互联网平台&…

作者头像 李华
网站建设 2026/8/21 17:18:57

AI工程化实战·番外篇:中小企业的轻量级 AI 中台搭建指南

一、轻量中台核心原则1.1 “三不”原则原则说明实践不重复造轮子优先用成熟开源组件Milvus LangChain vLLM不追求大而全聚焦 1–2 个高价值场景先做智能客服,再扩展不牺牲安全性数据不出内网,权限最小化自建 RBAC1.2 架构对比:轻量 vs 企业…

作者头像 李华
网站建设 2026/8/21 17:17:51

Markdown写文档 + Jupyter做实验:PyTorch镜像完美支持工作流

Markdown写文档 Jupyter做实验:PyTorch镜像完美支持工作流 在深度学习项目中,最让人头疼的往往不是模型调参,而是环境配置——“为什么你的代码在我机器上跑不起来?”这个问题几乎成了团队协作中的经典梗。依赖冲突、CUDA版本不匹…

作者头像 李华
网站建设 2026/8/25 23:01:39

CSDN 调整黑色背景

https://blog.csdn.net/weixin_47863850/article/details/135334242 连接在这,保存为自用,侵删。实测好用。

作者头像 李华
网站建设 2026/8/22 18:22:38

Matlab 基于(BiLSTM-GPR)双向长短期记忆神经网络结合高斯过程回归的多变量回归预测 (多输入单输出)

在 MATLAB 中实现 BiLSTM-GPR(双向长短期记忆网络 + 高斯过程回归) 的多变量时间序列 多输入单输出(MISO) 回归预测,是一种结合了 BiLSTM 强大的时序建模能力与 GPR 对不确定性建模和非线性回归优势的混合方法。 下面提供一个完整的、可运行的 MATLAB 实现框架(适用于 R…

作者头像 李华