-
Can anybody help me please?
social-auth-app-django==3.4.0 or downgrade
Django==3.0.6
I get error when complete any social auth.
This error with oracle database, Sqlite DB auth work correctly…
-
Is there a complete example of connecting to oracle12c pdb, including attribute configuration and oracle user configuration
-
Starting with Oracle 12c, it is not allowed to created so called "local users" (user names NOT starting with `C##` or `c##`) by default. Executing something like `CREATE USER foo` will trigger the fol…
-
I did the following steps:
- docker pull sath89/oracle-12c
- docker run -d -p 8080:8080 -p 1521:1521 -v C:/oracle/data:/u01/app/oracle -e DBCA_TOL_MEMORY=1024 sath89/oracle-12c
-
Then I did d…
-
# Quickest way to decrypt passwords in Oracle WebLogic Server 12c
[https://chronicler.tech/simplest-way-to-decrypt-passwords-in-oracle-weblogic-server-12c/](https://chronicler.tech/simplest-way-to-…
-
I came across this error in
en.wikibooks.org/wiki/RAC_Attack_-_Oracle_Cluster_Database_at_Home/RAC_Attack_12c/Services,_Failover_and_Load_Balancing
Although this could be more widespread (as I b…
-
When case-insensitivity search is enable for a column (https://oracle-base.com/articles/12c/column-level-collation-and-case-insensitive-database-12cr2#column-level) then with pushdown and without push…
-
I followed the README and overall all went well but I had to do to manual steps.
First fix the JAVA_HOME and PATH vairable for the user oraclefmw.
I did this by modifying the global bashrc file locate…
drgeb updated
8 years ago
-
Thanks for making such a good plugin.
The common column in Oracle's all_users was added in Oracle Database 12c Release 1 (12.1). In earlier versions of Oracle Database (11g and earlier), the common…
-
### 18c not supported yet
Oracle 18c (successor of 12c) hashing is not supported by `oracle_hashdump`. The root cause is the different hashing of 18c (a new format, but reusing 160-bit T part).
Cu…