linux operating commands and unix operating commands

Connect to Your Legacy Code Using Oracle Service Bus New Features


 
Thread Tools Search this Thread
# 1  
Old 08-13-2008
Connect to Your Legacy Code Using Oracle Service Bus New Features

Learn how to rehash your legacy code using Oracle Service Bus 3.0's new features and the built-in Eclipse design environment.

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

3 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

D-Bus: Failed to connect to socket

I'm trying a new distro called KaliBang. After the install I noticed this error is having problems letting multiple applications I have work: (nm-applet:3674): GConf-WARNING **: Client failed to connect to the D-BUS daemon: Did not receive a reply. Possible causes include: the remote... (2 Replies)
Discussion started by: Azrael
2 Replies

2. UNIX and Linux Applications

Identify a specific environment Oracle variable to connect a remote Oracle database ?

Good evening I nned your help pls, In an unix server i want to connect to a remote oracle databse server by sqlplus. I tried to find out the user/passwd and service name by env variable and all Ive got is this: ORACLE_SID_REPCOL=SCL_REPCOL ORACLE_SID=xmeta ORACLE_SID_TOL=SCL_PROTOLCOL... (2 Replies)
Discussion started by: alexcol
2 Replies

3. Shell Programming and Scripting

Switching user to oracle to connect Oracle 11g DB with 'sysdba'

I need to connect my Oracle 11g DB from shell script with 'sysdba' permissions. To do this I have to switch user from 'root' to 'oracle'. I've tried the following with no success. su - oracle -c "<< EOF1 sqlplus -s "/ as sysdba" << EOF2 whenever sqlerror exit sql.sqlcode;... (2 Replies)
Discussion started by: NetBear
2 Replies
Login or Register to Ask a Question
ocfs2_hb_ctl(8) 						OCFS2 Manual Pages						   ocfs2_hb_ctl(8)

NAME
ocfs2_hb_ctl - Starts and stops the OCFS2 heartbeat on a given device. SYNOPSIS
ocfs2_hb_ctl -S -d device service ocfs2_hb_ctl -S -u uuid service ocfs2_hb_ctl -K -d device service ocfs2_hb_ctl -K -u uuid service ocfs2_hb_ctl -I -d device ocfs2_hb_ctl -I -u uuid ocfs2_hb_ctl -P -d device [-n io_priority] ocfs2_hb_ctl -P -u uuid [-n io_priority] ocfs2_hb_ctl -h DESCRIPTION
ocfs2_hb_ctl starts and stops the heartbeat on a OCFS2 device. Users are strongly urged not to use this tool directly. It is automatically invoked by mount.ocfs2 and other tools that require heartbeat notifications. The tools accepts devices to be specified by its name or its uuid. Service denotes the application that is requesting the heartbeat notifi- cation. OPTIONS
-S Starts the heartbeat. -K Stops the heartbeat. -I Prints the heartbeat reference counts for that heartbeat region. -d Specify region by device name. -u Specify region by device uuid. -n Adjust IO priority for the heartbeat thread. This option calls the ionice tool to set its IO scheduling class to realtime with scheduling class data as provided. This option is usable only with the O2CB cluster stack. -h Displays help and exit. SEE ALSO
mkfs.ocfs2(8) fsck.ocfs2(8) tunefs.ocfs2(8) mounted.ocfs2(8) ocfs2console(8) debugfs.ocfs2(8) AUTHORS
Oracle Corporation COPYRIGHT
Copyright (C) 2004, 2010 Oracle. All rights reserved. Version 1.6.4 September 2010 ocfs2_hb_ctl(8)