OCI-40576
        Bind variable 'string' has to be a constant in this operation.
        
        
        Cause
        An attempt was made to bind a variable in a SQL/JSON path to a value that may change during the execution of a SQL statement.
        Action
        Use either a compile time constant or a run-time constant such as a statement-level bind variable as the SQL/JSON variable value.
        
     
    
    
        OCI-40576
        Invalid use of bind variable in SQL/JSON path.
        
        
        Cause
        An attempt was made to bind a non-runtime constant to a bind variable in SQL/JSON path.
        Action
        Bind either compile time constant or runtime SQL bind variable value to a bind variable for SQL/JSON path.
        
     
    
    
        OCI-40576
        Invalid use of bind variable in SQL/JSON path.
        
        
        Cause
        An attempt was made to bind a non-runtime constant to a bind variable in SQL/JSON path.
        Action
        Bind either compile time constant or runtime SQL bind variable value to a bind variable for SQL/JSON path.