Database - RAC/Scalability (MOSC)

MOSC Banner

orachk upload into collection manager

edited Mar 2, 2015 8:40AM in Database - RAC/Scalability (MOSC) 2 commentsAnswered ✓


I am using Redhat servers and trying to create a script to upload the Orachk reports into the collection manager in APEX.  I can upload them manually but I'm trying to upload them after it is run and I get this error:

orachk was not able to make successfull connection to database to upload result.

Here is my script:

#!/bin/sh

export RAT_UPLOAD_CONNECT_STRING="(DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=apexd.dev)(PORT=1521))(LOAD_BALANCE=yes)(CONNECT_DATA=(SERVER=DEDICATED)(SERVICE_NAME=DVAPEX)))"

export RAT_UPLOAD_TABLE=AUDITCHECK_RESULT

export RAT_PATCH_UPLOAD_TABLE=AUDITCHECK_PATCH_RESULT

export RAT_UPLOAD_USER=ORACHK_ADMIN

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center