Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

oracle_tablespace.py - line 663, in drop_tablespace - NameError: global name 'module' is not defined. #155

Open
ReinerNippes opened this issue Aug 21, 2020 · 0 comments

Comments

@ReinerNippes
Copy link

We get an Error: global name 'module' is not defined in line 663

module.fail_json(msg=msg, changed=False)

When we try to drop the tablespace with an SQL command we get the following error message:

SQL> drop tablespace indexes including contents and datafiles;
drop tablespace indexes including contents and datafiles
*
ERROR at line 1:
ORA-00604: error occurred at recursive SQL level 1
ORA-38301: can not perform DDL/DML over objects in Recycle Bin

How to avoid the python error message.
To drop the tablespace is not the problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant