Content deleted Content added
Updated website link to blog |
m Task 70: Update syntaxhighlight tags - remove use of deprecated <source> tags |
||
Line 29:
To create a Federated table, one has to specify a URL in the "CONNECTION" string:
<
create table foo (
id int,
Line 35:
dt date)
ENGINE=DATACONTROLLER CONNECTION='oracle://username:password@hostname:1521/SID/foo'
</syntaxhighlight>
The connection URL is in the format of:
|