Skip to content

Commit 714203b

Browse files
committed
Fixed catalog sql
1 parent aae7007 commit 714203b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dbt/include/oracle/macros/catalog.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
'VIEW'
9090
from sys.all_views
9191
union all
92-
select SYS_CONTEXT('userenv, 'DB_NAME'),
92+
select SYS_CONTEXT('userenv', 'DB_NAME'),
9393
owner,
9494
mview_name,
9595
'MATERIALIZED VIEW'

0 commit comments

Comments
 (0)