My Oracle Support Banner

[Notebook] Python Interpreter Hangs Up After Manual Cancellation Of Paragraph Execution (Doc ID 2964330.1)

Last updated on AUGUST 03, 2023

Applies to:

Oracle Financial Services Compliance Studio - Version 8.1.2 and later
Information in this document applies to any platform.

Symptoms

Python interpreter hangs up after manual cancellation of paragraph execution.

Steps to reproduce:

1. Access the studio application.

2. Create a notebook.

3. Write the python paragraph with infinte loop.

eg: import time

while True:

     time.sleep(2)

4. Write another python program.

5. Cancel the first paragraph.

6. Execute the second paragraph.

Expected result:
The previous paragraph should cancel and the second paragraph should execute

Actual result

The Second paragraph should run.

 

 

Cause

To view full details, sign in with your My Oracle Support account.

Don't have a My Oracle Support account? Click to get started!


In this Document
Symptoms
Cause
Solution
References


My Oracle Support provides customers with access to over a million knowledge articles and a vibrant support community of peers and Oracle experts.