Skip to content

Commit

Permalink
Update sash_dev/sash_pkg.sql
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbertoFro committed Feb 14, 2012
1 parent 56185b0 commit c7b552f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sash_dev/sash_pkg.sql
Expand Up @@ -122,7 +122,7 @@ PROCEDURE get_obj_plus(v_dblink varchar2) is
l_dbid number;
begin
execute immediate 'select dbid from sys.v_$database@'||v_dblink into l_dbid;
execute immediate 'insert into sash_obj_plus (dbid,table_name,index_name,type_index,lblocks,DKEYS,cf,status,NROWS,blocks,avgrow_l,LANALYZED_T,lanalyzed_i,clustering,partitioned) select ' || l_dbid || ',table_name,index_name,type_index,lblocks,DKEYS,cf,status,NROWS,blocks,avgrow_l,LANALYZED_T,lanalyzed_i,clustering,partitioned from sys.sashit_cf@'||v_dblink;
execute immediate 'insert into sash_obj_plus (dbid,owner,table_name,index_name,type_index,lblocks,DKEYS,cf,status,NROWS,blocks,avgrow_l,clustering,partitioned) select ' || l_dbid || ',owner,table_name,index_name,type_index,lblocks,DKEYS,cf,status,NROWS,blocks,avgrow_l,clustering,partitioned from sys.sashit_cf@'||v_dblink;
exception
when dup_val_on_index then
sash_repo.log_message('get_obj_plus', 'Already configured ?','W');
Expand Down

0 comments on commit c7b552f

Please sign in to comment.