Hacking password Oracle 10g: "Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.
C:\Documents and Settings\labit1>sqlplus /nolog
SQL*Plus: Release 10.2.0.1.0 - Production on Mon Apr 25 08:09:06 2005
Copyright (c) 1982, 2005, Oracle. All rights reserved.
SQL> conn as sysdba
Enter user-name: sys
Enter password:
Connected.
SQL> create table sys.barang(kode_barang char(13));
Table created.
SQL> insert into sys.barang values('a');
1 row created.
SQL> select * from sys.barang;
KODE_BARANG
-------------
a
SQL> create table sys.barang(jumlah_barang char(5));
create table sys.barang(jumlah_barang char(5))"
No comments:
Post a Comment