简体   繁体   English

如何将系统包安装到oracle中?

[英]How to install system packages into oracle?

I am creating a copy of our testing Oracle DB (10g both) and run into a problem in that our testing database has UTL_SMTP and UTL_FILE system packages installed and my local OracleXE version does not. 我正在创建一个测试Oracle DB的副本(两者都是10g)并遇到一个问题,因为我们的测试数据库安装了UTL_SMTP和UTL_FILE系统软件包,而我的本地OracleXE版本没有。 Our system administrator has gone home for the day and given his state earlier I really would rather not bother him. 我们的系统管理员已经回家了,并且早些时候他的状态我真的不想打扰他。

How do I get these packages on my local OracleXE instance? 如何在本地OracleXE实例上获取这些包? I need to know where to download them as well as how to install them. 我需要知道在哪里下载它们以及如何安装它们。 Hopefully granting permissions I can figure out myself ;) 希望授予权限,我可以弄清楚自己;)

Files are: 文件是:

$ORACLE_HOME/rdbms/admin/utlsmtp.sql $ORACLE_HOME/rdbms/admin/utlfile.sql $ ORACLE_HOME / rdbms / admin / utlsmtp.sql $ ORACLE_HOME / rdbms / admin / utlfile.sql

Run as SYS in SQL*Plus 在SQL * Plus中以SYS身份运行

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM