Oracle Archive

  • Black Hat和Defcon黑客会议下周将在拉斯维加斯举行,已经有安全专家放出话来称他们将在会上发布一个用于闯入Oracle数据库的工具. 其实这两位安全人员Chris Gates和Mario Ceballo本身都是研究Metasploit project的专家.Defcon网站已经宣布了这一消息,安全人员表示他们已经准备好攻破甲骨文的Metasploit辅助模块,但发布工具的主要目 的是帮助企业确定自己的系统薄弱点. Over the years there have been tons of Oracle exploits, SQL Injection vulnerabilities,...

    Breaking the "Unbreakable" Oracle with Metasploit

    Black Hat和Defcon黑客会议下周将在拉斯维加斯举行,已经有安全专家放出话来称他们将在会上发布一个用于闯入Oracle数据库的工具. 其实这两位安全人员Chris Gates和Mario Ceballo本身都是研究Metasploit project的专家.Defcon网站已经宣布了这一消息,安全人员表示他们已经准备好攻破甲骨文的Metasploit辅助模块,但发布工具的主要目 的是帮助企业确定自己的系统薄弱点. Over the years there have been tons of Oracle exploits, SQL Injection vulnerabilities,...

    Continue Reading...

  • First let’s create a simple table to play with. SQL> CREATE TABLE test (id NUMBER PRIMARY KEY, name VARCHAR2(30)); Table...

    Create auto increasement column in Oracle

    First let’s create a simple table to play with. SQL> CREATE TABLE test (id NUMBER PRIMARY KEY, name VARCHAR2(30)); Table...

    Continue Reading...