Oracle Identity Analytics(以下、OIA)の最新版であるOIA 11.1.1.5は、認証の使いやすさおよびリスク管理だけでなく、OIMとの統合の改善という点からもかなり機能強化されています。
OIAのドキュメント
http://download.oracle.com/docs/cd/E24179_01/index.htm
このantプロジェクトは、デプロイの準備や標準的な手動タスクのほとんどを処理することができるサンプルです。詳細は README.txt と利用方法の表示をご覧になって下さい。
利用方法の画面は以下のようなものです。
usage:
[java] Buildfile: build.xml
Helper script to install OIA11gR1PS1.
You should give the App server at least 1024m (-Xms1024m -Xmx1024m)
Pre-requisites:
* Download the product zip file from the Oracle website and copy to the ./product-zips directory
* Download and prep the required jar file dependencies as described in the Installation Guide and copy to the ./custom directory:
cloverETL.rel-1-8-1.jar,jasper-jdt-6.0.18.jar,jxl-2.5.9.jar,wsdl4j-1.6.1.jar
* Download the oracle JDBC driver for your Oracle Database and copy to the ./custom directory:
ojdbc6.jar
* Fixup the build-config.properties
Typical sequence of commands:
ant -projecthelp
ant show-build-properties
ant clean
ant dist
ant repo-drop-oracle
ant repo-create-oracle
ant deploy-rbacxhome -- copy the built rbacxhome to the deployment location
ant deploy-rbacx -- deploy to WLS
Deploy rbacx to WLS:
ant deploy
Undeploy rbacx from WLS:
ant undeploy
Main targets:
checkAntVersion Ensure that we're running ant 1.7
clean delete the dist and staging directories
dist cleans the build directories and then rebuilds the war file
repo-create-oracle Run the repo set up script. Make sure neither rbacx schema nor rbacxservice user exist
repo-drop-oracle drop the schema and rbacxservice user
show-build-properties show the build properties
Default target: usage
BUILD SUCCESSFUL
Total time: 0 seconds
原文はこちら。
http://blogs.oracle.com/robsayin/entry/oracle_identity_analytics_11gr1_ps1
0 件のコメント:
コメントを投稿