https://bugzilla.wikimedia.org/show_bug.cgi?id=34280

--- Comment #5 from Joe <[email protected]> 2012-02-10 15:31:49 UTC ---
(In reply to comment #4)
> Looks like that command is the Oracle way of starting a transaction. From
> includes/db/DatabaseOracle.php :
> 
>     function begin( $fname = 'DatabaseOracle::begin' ) {
>         $this->mTrxLevel = 1;
>         $this->doQuery( 'SET CONSTRAINTS ALL DEFERRED' );
>     }
> 
> Your credentials might lack the user right to set constraints, or the DB might
> lack that support.

Well that depends do you mean that the DB user may lack credentials or the
Solaris user account.  My user account with the DB has DBA and create session
capabilities.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to