GithubHelp home page GithubHelp logo

xebialabs-community / xld-database-connection-test-plugin Goto Github PK

View Code? Open in Web Editor NEW
0.0 40.0 2.0 125 KB

XL Deploy Plugin to create control tasks to test database connectivity.

License: MIT License

FreeMarker 100.00%
xld xldeploy xl-deploy admin toolkit oracle

xld-database-connection-test-plugin's Introduction

Preface

Build Status Codacy Badge Code Climate License: MIT Github All Releases

XL Deploy Plugin to create control tasks to test database connectivity.

xld-database-connection-test-plugin's People

Contributors

jdewinne avatar ndebuhr avatar oxyasis avatar paulvanderende avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

xld-database-connection-test-plugin's Issues

synthetic.xml: Bad default value for testSql for sql.OracleClient type

In type sql.OracleClient, the character '$' in the default value of the property testSql should be escaped in "SELECT * FROM v$version;"

If not, the variable is interpreted by the shell and replaced by an empty value.

Uploading file checkOracleDB.sh to working directory.
Executing /tmp/ot-20180724T161207954/generic_plugin.tmp/checkOracleDB.sh on host Infrastructure/****
SELECT * FROM v;
SQL*Plus: Release 11.2.0.4.0 Production on Tue Jul 24 16:12:08 2018
Copyright (c) 1982, 2013, Oracle. All rights reserved.
Connected to:
Oracle Database 11g Enterprise Edition Release 11.2.0.4.0 - 64bit Production
SQL> SQL> SQL> SELECT * FROM v
*
ERROR at line 1:
ORA-00942: table or view does not exist
Disconnected from Oracle Database 11g Enterprise Edition Release 11.2.0.4.0 - 64bit Production
Execution failed with return code 1

With the value "SELECT * FROM v\$version;", the check is successfully executed

Uploading file checkOracleDB.sh to working directory.
Executing /tmp/ot-20180724T162915995/generic_plugin.tmp/checkOracleDB.sh on host Infrastructure/****
SELECT * FROM v$version;
SQL*Plus: Release 11.2.0.4.0 Production on Tue Jul 24 16:29:16 2018
Copyright (c) 1982, 2013, Oracle. All rights reserved.
Connected to:
Oracle Database 11g Enterprise Edition Release 11.2.0.4.0 - 64bit Production
SQL> SQL> SQL>
BANNER
--------------------------------------------------------------------------------
Oracle Database 11g Enterprise Edition Release 11.2.0.4.0 - 64bit Production
PL/SQL Release 11.2.0.4.0 - Production
CORE 11.2.0.4.0 Production
TNS for IBM/AIX RISC System/6000: Version 11.2.0.4.0 - Production
NLSRTL Version 11.2.0.4.0 - Production
SQL> Disconnected from Oracle Database 11g Enterprise Edition Release 11.2.0.4.0 - 64bit Production

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.