Oracle Workflow Administrator's Guide Release 2.6.3 Part Number B10283-02 |
Previous | Next | Contents | Index | Glossary |
Use wfchlut.sql to change the internal name of a lookup type and update all references to the lookup type. See: Change the internal name of a workflow object.
Use the script as follows:
sqlplus <user/pwd> @wfchlut <old_lut> <new_lut>
Replace <old_lut> with the current internal name of the lookup type, replace <new_lut> with the new internal name of the lookup type.
Previous | Next | Contents | Index | Glossary |