Aqua Data Studio 15.0.0-dev-295
Build #: 38083
Built on: 2014-May-22 04:40:25 PM
1.While Creating database through ADS Visual editor, currently no option is provided to user, to select the Storage Location path of the database.
2. Following script can be used to Create Database and store it at particular location.CREATE DATABASE <DATABASENAME> LOCATION <PATH>
eg.
CREATE DATABASE financials LOCATION '/user/hive/'
GO
//user has created directory '/user/hive' in OS.
|
277 KB
Issue #12183 |
Closed |
Completion |
No due date |
No fixed build |
No time estimate |
1 issue link |
relates to #10019
Issue #10019Hive -> Create Database-> provide database storage location path option |