OBIEE 11g:
Open the Terminal
Invoke wlst script command line as shown below:
$ cd $MW_HOME/oracle_common/common/bin
$ ./wlst.sh
In the wlst prompt connect the weblogic server using below command:
> connect ('weblogic', 'welcome1', 'localhost:7001')
After the server got connected, list the application roles using the below command:
> listAppRoles(appStripe="obi")
Type the below command to exit from wlst prompt
> exit()
OBIEE 12c:
Open the Terminal
Invoke wlst script command line as shown below:
$ cd $ORACLE_HOME/oracle_common/common/bin
$ ./wlst.sh
In the wlst prompt connect the weblogic server using below command:
> connect ('weblogic', 'welcome1', 'localhost:9500')
After the server got connected, list the application roles using the below command:
> listAppRoles(appStripe="obi")
Type the below command to exit from wlst prompt
> exit()
Open the Terminal
Invoke wlst script command line as shown below:
$ cd $MW_HOME/oracle_common/common/bin
$ ./wlst.sh
In the wlst prompt connect the weblogic server using below command:
> connect ('weblogic', 'welcome1', 'localhost:7001')
After the server got connected, list the application roles using the below command:
> listAppRoles(appStripe="obi")
Type the below command to exit from wlst prompt
> exit()
OBIEE 12c:
Open the Terminal
Invoke wlst script command line as shown below:
$ cd $ORACLE_HOME/oracle_common/common/bin
$ ./wlst.sh
In the wlst prompt connect the weblogic server using below command:
> connect ('weblogic', 'welcome1', 'localhost:9500')
After the server got connected, list the application roles using the below command:
> listAppRoles(appStripe="obi")
Type the below command to exit from wlst prompt
> exit()
No comments:
Post a Comment