By default, the names of temporary tables include a ‘_TEMP’ suffix:
<table name>_TEMP
For example,
WGN3EVENT_TEMP
If required, you can customize the partition naming convention. The function prototype is shown below:
FUNCTION wgn_get_tmp_tab_name (table_name IN VARCHAR2) RETURN VARCHAR2;
Copyright © 2014 CA.
All rights reserved.
|
|