Skip to content

Robot Framework Library For Working With Oracle Database

License

Notifications You must be signed in to change notification settings

peterservice-rnd/robotframework-oracledb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages