蛋甲 安装 请参见。 $ npm i egg-oracle --save 用法 启用插件 // {app_root}/config/plugin.js exports . oracle = { enable : true , package : 'egg-oracle' , } ; 应用程序中的oracle连接池附加 // {app_root}/app/service/my_service.js 'use strict' ; const Service = require ( 'egg' ) . Service ; class MyService extends Service { // example for getConnection async foo ( ) { const connection = await this . app . oracle .
2023-03-28 10:14:44 11KB egg egg-plugin node-oracledb egg-oracle
1
python-oracledb的源码和使用示例代码, python-oracledb 1.0,适用于Python versions 3.6 through 3.10. Oracle Database; This directory contains samples for python-oracledb. 1. The schemas and SQL objects that are referenced in the samples can be created by running the Python script [create_schema.py][1]. The script requires SYSDBA privileges and will prompt for these credentials as well as the names of the schemas and edition that will be created, unless a number of environment variables are set
1
节点-RED Oracle数据库节点 node-red-contrib-oracledb是一个程序包,可直接连接到Oracle数据库服务器。 当前,它包含一个查询和一个配置节点,用于连接到Oracle数据库以进行Node-RED存储。 它使用库进行Oracle数据库连接。 目录 安装 如果已将Node-RED作为全局node.js软件包安装(在任何地方都可使用命令node-red来启动它),则还需要将node-red-contrib-oracledb安装为全局软件包: $[sudo] npm install -g node-red-contrib-oracledb 如果已安装.zip或从github克隆了自己的Node-RED副本,则可以将其作为普通npm软件包安装在Node-RED项目目录中: $ npm install node-red-con
2022-09-30 17:11:35 82KB HTML
1
oracledb_exporter 是prometheus 的一个对Oracle监控的Exporter , Prometheus+Grafana 对Oracle实现监控
2022-06-17 14:05:29 3.64MB oracledb_exporte oracle监控 oracle+prometheu
1
oracledb_exporter.0.2.2.linux-amd64.tar.gz Oracledb_exporter导出器是模仿 MySQL 导出器
2022-05-31 17:05:38 2.42MB linux 运维 服务器 Oracledb_exporte
1
使用Ansible的Oracle Database 19c 此设置将完成几件事= 1. Create VirtualBox with Oracle Enterprise Linux 7 using Vagrant 2. Install Oracle Database 19c Single Instance 3. Create CDB and PDB 注意:请根据您的环境修改所有必要的配置文件,例如,可以修改dbca响应文件以安装DB,创建CDB和PDB。 还请确保安装程序文件已下载并放置在正确的目录中,在本例中为Oracle DB 19c安装程序(V982063-01.zip),其角色为-> oracle-install->文件。 摘要命令: 克隆此存储库: git clone https://github.com/tazlambert/oracledb-19c-ansible.
2021-11-19 17:37:37 18KB HTML
1
通过复杂的OracleDB基础结构,可以方便地执行预先数据库维护,主要包括以下要素:1.每个OracleDB中都有一个内置的资料档案库,即自动工作量资料档案库(AWR)。OracleDB服务器会定期为所有重要统计信息及工作量信息创建快照,并将这些数据存储在AWR中。用户可以对捕获的数据进行分析,也可以由数据库自己进行分析,或者两者兼有。2.数据库使用自动任务执行常规维护操作,如定期备份、刷新优化程序统计信息以及数据库健康检查。被动数据库维护包括数据库健康检查器发现的严重错误和状态。3.当出现无法自动解决并需要通知管理员的问题(如用完空间时)时,OracleDB服务器会提供服务器生成的预警。Or
2021-02-26 16:06:58 385KB OracleDB数据库维护
1