Skip to Main Content

General Development Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Openscript v13.3.01 : Playback issue with Chrome browser

d7d35aaa-99ee-4b4b-bbda-43f0e9422239Apr 10 2019 — edited Apr 10 2019

Chrome version used: 73.0

Application type: Web application

Issue : User able to record the script successfully, While playing back the recorded script, getting forbidden error after login,

1.JPG

Please let us know how this can be resolved

PS: User able to login the website manually, facing issue only when playing back using Open script

Comments

saurabh
you need to drop all the objects belonging to tom manually. you can do is
imp user/password file=file.dmp log=logfile.log show=y
This is the dummy import it will not actually import the data instead it will display all the sql statements that will be executed will importing the dump file. Then using these information you can delete the tables and all object belonging to tom.
1 - 1

Post Details

Added on Apr 10 2019
0 comments
357 views