Skip to content

Commit

Permalink
[HHQ-3412] fix syntax issue
Browse files Browse the repository at this point in the history
  • Loading branch information
scottmf committed Sep 16, 2009
1 parent 5fdc786 commit b33079c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ protected void initQueries() {
"AND ts.tablespace_name='%tablespace%'");
tempTspaceQueries.put("TSNumDataFiles",
"SELECT COUNT(*) FROM DBA_TEMP_FILES " +
"WHERE TABLESPACE_NAME='%tablespace%''");
"WHERE TABLESPACE_NAME='%tablespace%'");
tempTspaceQueries.put("TSSpaceUsedPercent",
"SELECT 1-(SELECT sum(bytes_free)/1024 " +
"FROM V$temp_space_header " +
Expand Down

0 comments on commit b33079c

Please sign in to comment.