Socket
Socket
Sign inDemoInstall

robotframework-oracledb

Package Overview
Dependencies
Maintainers
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

robotframework-oracledb

Robot Framework library for working with Oracle Database.


Maintainers
4

RobotFramework Oracle Library

|Build Status|

Short Description

Robot Framework_ library for working with Oracle database, using cx_Oracle_.

Installation

::

pip install robotframework-oracledb

Documentation

See keyword documentation for robotframework-oracledb library in folder docs.

Example

+-----------+------------------+ | Settings | Value | +===========+==================+ | Library | OracleDB | +-----------+------------------+

+---------------+---------------------------------------+--------------------+--------------------------+----------+ | Test cases | Action | Argument | Argument | Argument | +===============+=======================================+====================+==========================+==========+ | Simple Test | OracleDB.Connect To Oracle | rb60db | username | password | +---------------+---------------------------------------+--------------------+--------------------------+----------+ | | @{query}= | Execute Sql String | select sysdate from dual | | +---------------+---------------------------------------+--------------------+--------------------------+----------+ | | OracleDB.Close All Oracle Connections | | | | +---------------+---------------------------------------+--------------------+--------------------------+----------+

License

Apache License 2.0

.. _Robot Framework: http://www.robotframework.org .. _cx_Oracle: http://cx-oracle.readthedocs.io

.. |Build Status| image:: https://travis-ci.org/peterservice-rnd/robotframework-oracledb.svg?branch=master :target: https://travis-ci.org/peterservice-rnd/robotframework-oracledb

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc