데이터베이스 접속
JDBC 자바를 이용하여 데이터베이스 시스템에 접속한다. JDBC 데이터소스를 지원하는 모든 상용 관계형 데이터베이스를 지원한다. 또한 ERP 및 Salesforce 데이터 동기화 하는 커넥터를 제공한다.
지원되는 데이터베이스 시스템
|
Category |
Database connection |
Description |
|
Relational JDBC Connector |
Oracle Thin Driver |
ojdbc8.jar included |
|
|
MySQL Driver |
8.0.11 included |
|
|
IBM DB2 Driver |
|
|
|
IBM AS400 DB2 Driver |
jt400.jar |
|
|
Microsoft MSSQL Server |
7.2.2.jre11 included |
|
|
PostgreSQL |
postgresql-42.2.2.jre7.jar |
|
|
Sybase IQ |
sqljdbc4.jar |
|
|
Sybase ASE |
sqljdbc4.jar |
|
|
Exasol Inmemory Database |
Not included on package |
|
|
JDBC ODBC Bridge |
Not included on package |
|
Cloud Connector |
Salesforce Connector |
force-wsc 45.0.0 |
|
|
LDAP Datasource |
|
|
|
Amplix metadata readonly |
Connector included |
|
ERP BI Connector |
Oracle EBS application |
|
|
|
SAP BW Data |
sapjco3.jar included |
|
|
Oracle Hyperion Essbase |
ess_japi included |
|
|
Oracle JD Edwards ERP |
Connector included |
|
Bigdata Connector |
Hive2 |
Not included on package |
|
|
MongoDB NoSQL DB |
Not included on package |
|
Embedded Datasource |
Apache Derby Embedded |
10.15.1.3 |
데이터베이스 접속 추가하기
|
데이터베이스 접속 관리자 |
|
|
|
|
|
1 |
Click Analysis from left main menu. |
|
2 |
From Analysis menu, select Database Instance item. |
데이터 소스 등록
|
Adding new datasource |
|
|
|
|
|
1 |
Click on Add Data Instance button on top toolbar |
|
2 |
From datasource registration wizard, select data type and set configuration. |
데이터 소스 수정
|
|
Data source editing |
|
|
|
|
1 |
Input database name to register into system. |
|
2 |
Select database type or change if necessary. Click on Apply Template button, to get typical JDBC driver and JDBC URL information |
|
3 |
Click Set button to fill system value on JDBC URL template value. |
|
4 |
Input Username and Password and click Test button to verify connection. (Verification results will be shown on popup message) |
|
5 |
Set advanced options and click confirm button to save on meta data. |
데이터베이스 인스턴스 고급 옵션
|
Name |
Description |
Notes |
|
DB Value |
Database validation query |
SELECT 1 SELECT 1 FROM DUAL |
|
Max Pool Size |
Database max connection pool |
Default 20 |
|
Query Timeout(S) |
Query timeout |
Default 120 seconds |
|
Query Timeout(Scheduler) |
Query timeout for scheduled item |
Default 1200 seconds |
|
DB CharSet |
For non UTF8 db |
|
|
Output CharSet |
For non UTF8 db |
|
|
Limit count |
Max row count limit |
|
|
Use Cache |
|
|
|
Cache Rule |
Every minutes Every hour Every day on hour |
|
|
Cache Period |
|
|
|
DB Monitoring |
|
|
|
Local File Cube |
For execl uploaded writable database |
|
|
Pre Execution Statement |
SQL before running report |
|
|
Post Execution Statement |
SQL after running report |
|