#!/bin/ksh
############################################################################
# Script Name..:
# Description..: This script will reset the APEX port in case of hang
# Author.......: Michael Culp
# Date.........: 10/11/2009
# Version......: 2.1
# Modified By..:
# Date Modified:
# Comments.....:
# Schema owner.:
#    alter session set current
# Login User...:
# Run Order....:
# Dependent on.:
# Script type..:
#
############################################################################

sqlplus -s "/ as sysdba" <<EOF

exec dbms_xdb.sethttpport(0);
exec dbms_xdb.sethttpport(8081);

EOF

Ready for Action?

LET'S GO!
Copyright 2024 IT Remote dot com
linkedin facebook pinterest youtube rss twitter instagram facebook-blank rss-blank linkedin-blank pinterest youtube twitter instagram