|
|
|
возможно ли получить список полей dbf?
|
|||
|---|---|---|---|
|
#18+
возможно ли получить список полей имеющихся у таблицы дбф прицепленной к Oracle с помощью Databaselink? ... |
|||
|
:
Нравится:
Не нравится:
|
|||
| 09.06.2003, 12:29:12 |
|
||
|
возможно ли получить список полей dbf?
|
|||
|---|---|---|---|
|
#18+
Проверь: select * from all_tab_columns ... |
|||
|
:
Нравится:
Не нравится:
|
|||
| 09.06.2003, 12:47:34 |
|
||
|
возможно ли получить список полей dbf?
|
|||
|---|---|---|---|
|
#18+
select * from all_tab_columns where table_name='MY_DBF_TABLE@FOX.WORLD' ? ... |
|||
|
:
Нравится:
Не нравится:
|
|||
| 09.06.2003, 15:20:12 |
|
||
|
возможно ли получить список полей dbf?
|
|||
|---|---|---|---|
|
#18+
select * from all_tab_columns@<db_link_name> d where d.table_name='....' ... |
|||
|
:
Нравится:
Не нравится:
|
|||
| 09.06.2003, 15:38:35 |
|
||
|
возможно ли получить список полей dbf?
|
|||
|---|---|---|---|
|
#18+
First question: is it a db link to Oracle of some other db? If it is Oracle, roboforce's and MA D's suggestions are "close, but no cigar" since such solution, in general, can return multiple tables. You should add AND OWNER=<db-link-connect-user> or, if you know table is owned by <db-link-connect-user>, just query user_tab_columns. However, if you are in SQL*Plus you could simply issue: Код: plaintext This will work even for non-Oracle db links. SY ... |
|||
|
:
Нравится:
Не нравится:
|
|||
| 09.06.2003, 19:09:24 |
|
||
|
|

start [/forum/topic.php?fid=52&fpage=2767&tid=1990091]: |
0ms |
get settings: |
8ms |
get forum list: |
15ms |
check forum access: |
3ms |
check topic access: |
3ms |
track hit: |
60ms |
get topic data: |
9ms |
get forum data: |
2ms |
get page messages: |
34ms |
get tp. blocked users: |
1ms |
| others: | 197ms |
| total: | 332ms |

| 0 / 0 |
