Skip to content

Oracle tests hang when query timeout is reached #96

@nvarscar

Description

@nvarscar
            $content = '
                DECLARE
                    in_time number := 3;
                BEGIN
                    DBMS_LOCK.sleep(in_time);
                END;'
            $file = Join-PSFPath -Normalize "$workFolder\delay.sql"
            $content | Set-Content $file
            $null = Install-DBOSqlScript -ScriptPath "$workFolder\delay.sql" @connParams -ExecutionTimeout 2

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions