Skip to content

apexevangelists/db-apex-export

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

db-apex-export

Command to connect to an Oracle Database and export an Application Express application

Prerequisites

Oracle Instant Client must already be installed

Oracle Instant Client

Note - Oracle Instant Client must be configured per your environment (please follow the instructions provided by Oracle).

Table of Contents

Installation

  1. Clone this repository into a local directory, copy the db-apex-export executable into your $PATH
$ git clone https://github.com/apexevangelists/db-apex-export

Building

Pre-requisite - install Go

Compile the program -

$ go build

Usage

Usage of ./db-apex-export:
  -appId string
    	Application ID to export (specify multiple separated by a comma)
  -configFile string
    	Configuration file for general parameters (default "config")
  -connection string
    	Configuration file for connection
  -db string
    	Database Connection, e.g. user/password@host:port/sid
  -debug
    	Debug mode (default=false)
  -o string
    	Filename used for the export file (specify multiple separated by a comma)

bash-3.2$

Support

Please open an issue for support.

Contributing

Please contribute using Github Flow. Create a branch, add commits, and open a pull request.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages