Feedback
Did this article resolve your question/issue?

   

Article

Where to create or locate the set of files that define the embedded database per connection?

Information

 
TitleWhere to create or locate the set of files that define the embedded database per connection?
URL Namewhere-to-create-or-locate-the-set-of-files-that-define-the-embedded-database-per-connection
Article Number000111019
EnvironmentProduct: DataDirect JDBC Driver for the Oracle Service Cloud
Version: 5.1.x, 6.x
OS: Windows
Database: Oracle Service Cloud
Application: N/A
Question/Problem Description

Where does the Oracle Service Cloud JDBC driver "Rightnow" generate files like User.app.log, user.properties, user.script,user.RIGHTNOW.map, user.RIGHTNOW.native, user.config, etc?
How to set the path for the user configuration files which the OSC driver generates?
How to specify where to create or locate the set of files that define the embedded database per connection for the RightNow driver?
 

Steps to Reproduce
Clarifying Information
Error Message
Defect Number
Enhancement Number
Cause
Resolution
1. To specify where to create or locate the set of files that define the embedded database per connection.
Option name: DatabaseName
The path defines the directory the driver uses to store the newly created database files or locate the existing database files. For example, if DatabaseName is set to a value of C:\data\db\johnqpublic, the driver either creates or looks for the database johnqpublic.xxx in the directory C:\data\db. If you do not specify a path, the current working directory is used.
2. To determine whether the driver creates a new embedded database when establishing the connection.
Option Name: CreateDB
If set to forceNew, the driver deletes the current embedded database specified by DatabaseName and creates a new one at the same location.
Workaround
Notes
References to Other Documentation:
Reference : Connection Property Descriptions : DatabaseName
https://documentation.progress.com/output/DataDirect/jdbcoschelp/#page/jdbcosc/databasename.html#
Reference : Connection Property Descriptions : CreateDB
https://documentation.progress.com/output/DataDirect/jdbcoschelp/#page/jdbcosc/createdb.html#
 
Last Modified Date2/28/2019 5:10 PM
Files
Disclaimer The origins of the information on this site may be internal or external to Progress Software Corporation (“Progress”). Progress Software Corporation makes all reasonable efforts to verify this information. However, the information provided is for your information only. Progress Software Corporation makes no explicit or implied claims to the validity of this information.

Any sample code provided on this site is not supported under any Progress support program or service. The sample code is provided on an "AS IS" basis. Progress makes no warranties, express or implied, and disclaims all implied warranties including, without limitation, the implied warranties of merchantability or of fitness for a particular purpose. The entire risk arising out of the use or performance of the sample code is borne by the user. In no event shall Progress, its employees, or anyone else involved in the creation, production, or delivery of the code be liable for any damages whatsoever (including, without limitation, damages for loss of business profits, business interruption, loss of business information, or other pecuniary loss) arising out of the use of or inability to use the sample code, even if Progress has been advised of the possibility of such damages.