transfer_oracle.properties

 

##############################################################################
#
# WebSphere Portal 5.1 configuration file for database transfer:
#     From: Cloudscape
#     To:   Oracle
#
# NOTE: Do NOT enclose any value in quotes!
# NOTE: Windows paths must use '/', not '\'.
# NOTE: Windows long paths are OK.
# NOTE: Properties are immutable. Once set, they cannot be overriden.
#
###############################################################################


###############################################################################
# 
# How to use this file:
#
# 1. Consult the Information Center for detailed instructions on the properties and tasks
#       listed in this file:
#           Configuring> Database(Windows/UNIX)> Configuring Databases> Oracle
# 2. Change into the <wp_root>/config directory
# 3. Edit this file to match your environment
# 4. Import the contents of this file into wpconfig.properties:
#      on Windows:
#        WPSconfig -DparentProperties="<full_path_to_this_file>" -DSaveParentProperties=true
#
#      on other platforms
#        ./WPSconfig.sh -DparentProperties=<full_path_to_this_file> -DSaveParentProperties=true
# 5. Test connections to databases:
#      on Windows:
#        WPSconfig validate-database-connection-wps
#        WPSconfig validate-database-connection-wmm
#
#	   If you have configured CM and Personalization (configured by default),  also test those connections:
#	   WPSconfig validate-database-connection-jcr
#	   WPSconfig validate-database-connection-feedback
#	   WPSconfig validate-database-connection-likeminds
#
#      on other platforms
#        ./WPSconfig.sh validate-database-connection-wps
#        ./WPSconfig.sh validate-database-connection-wmm
#
#	   If you have configured CM and Personalization (configured by default),  also test those connections:
#	   ./WPSconfig.sh validate-database-connection-jcr
#	   ./WPSconfig.sh validate-database-connection-feedback
#	   ./WPSconfig.sh validate-database-connection-likeminds
#
# 6. Import data to the target databases:
#      on Windows:
#        WPSconfig database-transfer
#
#      on other platforms
#        ./WPSconfig.sh database-transfer
###############################################################################


###############################################################################
# Database Properties - BEGIN
###############################################################################

# DbSafeMode: This only applies to Database specific tasks. If it is set to true
# the databases will not be created, initialized, or removed.
# { false | true }
DbSafeMode=false

# DbType: The type of database to be used for WebSphere Portal
DbType=oracle

# DbDriver: The name of class SqlProcessor will use to import SQL files, also known as "JDBC provider"
DbDriver=oracle.jdbc.driver.OracleDriver

# DbDriverDs: The name of class SqlProcessor will use to import SQL files via data source
DbDriverDs=oracle.jdbc.xa.client.OracleXADataSource

#DbLibrary: The directory and name of the zip file containing db.driver class
DbLibrary=<Oracle>/jdbc/lib/ojdbc14.jar

###############################################################################
# WPS Database Properties - BEGIN
###############################################################################

# WpsDbName: The name of the WebSphere Portal database
# Note: This value should also appear as the database element in DbUrl
WpsDbName=wpsdb

# DbUrl: The wps database URL
# Note: The database element of this value should match the value of WpsDbName
DbUrl=jdbc:oracle:thin:@<ORACLE_SERVER>:1521:wpsdb

# DbUser: The database administrator user ID
DbUser=<DbUser>

# DbPassword: The database administrator password
DbPassword=

##################################################################
# WMM Properties - BEGIN
##################################################################

# WmmDbName: The name of the WebSphere Portal database
# Note: This value should also appear as the database element in WmmDbUrl
WmmDbName=wpsdb

# WmmDbUser: The database administrator user ID
WmmDbUser=<WmmDbUser>

# WmmDbPassword: The database administrator password
WmmDbPassword=

# WmmDbUrl: The database URL
# Note: The database element of this value should match the value of WmmDbName
WmmDbUrl=jdbc:oracle:thin:@<ORACLE_SERVER>:1521:wpsdb

##################################################################
# WMM Properties - END
##################################################################

##################################################################
# JCR Database Properties - BEGIN
##################################################################

# JcrDbName: The name of the WebSphere Portal database for JCR tables
# Note: This value should also appear as the database element in JcrDbUrl
JcrDbName=jcrdb

# JcrDbUser: The JCR database administrator User ID/schema name
JcrDbUser=<jcr_db_user>

# JcrDbPassword: The JCR database administrator password
JcrDbPassword=ReplaceWithYourDbAdminPwd

# JcrDsName: The name of datasource to be used for JCR
JcrDsName=JCRDS

# JcrDbUrl: The JCR database URL
# Note: The database element of this value should match the value of JcrDbName
JcrDbUrl=jdbc:oracle:thin:@<ORACLE_SERVER>:1521:jcrdb

# Debug level for JCR database utilities
JcrDebugLevel=2

# JcrDbUnicode: Indicates whether or not the JCR database is unicode.
#  Y:  is unicode
#  N:  is NOT unicode
JcrDbUnicode=Y

##################################################################
# JCR Database Properties - END
##################################################################

##################################################################
# Personalization Database Properties - BEGIN
##################################################################

# FeedbackDbName: The name of the feedback database.
# Note: This value should also appear as the database element in FeedbackDbUrl
FeedbackDbName=fdbkdb

# **For SQL Server and Oracle only, this value MUST be set to FEEDBACK**
# FeedbackDbUser: The database user for feedback database.
FeedbackDbUser=FEEDBACK

# FeedbackDbPassword: The database password for feedback database.
FeedbackDbPassword=

# FeedbackDbUrl: The Feedback database URL
# Note: The database element of this value should match the value of FeedbackDbName
FeedbackDbUrl=jdbc:oracle:thin:@<ORACLE_SERVER>:1521:fdbkdb

# LikemindsDbName: The name of the Likeminds database.
# Note: This value should also appear as the database element in LikemindsDbUrl
LikemindsDbName=lmdb51

# LikemindsDbUser: The database user for Likeminds database.
LikemindsDbUser=<likeminds_db_user>

# LikemindsDbPassword: The database password for Likeminds database.
LikemindsDbPassword=

# LikemindsDbUrl: The Likeminds database URL
# Note: The database element of this value should match the value of LikemindsDbName
LikemindsDbUrl=jdbc:oracle:thin:@<ORACLE_SERVER>:1521:lmdb51

##################################################################
# Personalization Database Properties - END
##################################################################


 

WebSphere is a trademark of the IBM Corporation in the United States, other countries, or both.

 

IBM is a trademark of the IBM Corporation in the United States, other countries, or both.