Posts

Showing posts from July, 2016

Batchloader issue in oracle webcenter content

I am using Oracle webcenter content 11.1.1.7.0. To configure a JDBC Driver for standalone applications i ran DomainHome/ucm/cs/bin/SystemProperties and entered the details as follows database driver classpath : /Integration/d02/app/oramdev/product/11.2.0/dbhome_1/jdbc/lib/ojdbc6.jar jdbc driver name : oracle.jdbc.OracleDriver jdbc connection string : jdbc:oracle:thin:@server2.yantro.com:1521/orcl.yantro.com jdbc username : DEV_OCS jdbc user password : schema password then i ran ./BatchLoader and it throws the following error. oramdev@server2 bin]$ ./BatchLoader 'DynamicConverter' component, version '2013_01_16 (rev 23669) 11.1.7.6', require s a missing feature. The feature 'ContentAccess' is not installed. >componentloader/4 06.21 19:11:19.106 main !csComponentRequiresMiss ingFeatures,DynamicConverter,2013_01_16 (rev 23669) 11.1.7.6,!syFeatureNotInstal led\,ContentAccess\,\,0 >(internal)/3 06.21 19:11:31.953 main !$Unable to start the batch...

RMAN: CONTROL FILE RECOVERY SCENARIOS

Every Oracle Database has a control file as one of its important file. It is a small binary file that records the physical structure of the database. The control file includes: – Database name – Names and locations of associated datafiles and redo log files – The timestamp of the database creation – The current log sequence number – Checkpoint information Without the control file, the database cannot be mounted and recovery is difficult. The control file must be available for writing by the Oracle Database server whenever the database is open. By default, at least one copy of the control file is created during database creation. On some operating systems the default is to create multiple copies. You should create two or more copies of the control file during database creation. You can also create control files later, if you lose control files or want to change particular settings in the control files. Remember that anytime you restore a control file from a backup, you...