franciscojack

WWW.ORACLE.COM USER5 BY @franciscohackec

Dec 7th, 2013
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.43 KB | None | 0 0
  1. -------------------WWW.ORACLE.COM---------------------
  2. ------------------@franciscohackec--------------------
  3. --------------------@ecu_hack3rs----------------------
  4.  
  5. ------------------------------------------------------
  6. TABLE USERS :)
  7. ------------------------------------------------------
  8. wwv_flow_fnd_user_api.create_fnd_user (
  9. p_user_id => '982703087840052',
  10. p_user_name => 'ADMIN',
  11. p_first_name => '',
  12. p_last_name => '',
  13. p_description => '',
  14. p_email_address=> 'martin.gubar@oracle.com',
  15. p_web_password => '8DF155F03639AD1FE5951213FE239CF9',
  16. p_web_password_format => 'HEX_ENCODED_DIGEST_V2',
  17. p_group_ids => '',
  18. p_developer_privs=> 'ADMIN:CREATE:DATA_LOADER:EDIT:HELP:MONITOR:SQL',
  19. p_default_schema=> 'SALESTRACK',
  20. p_account_locked=> 'N',
  21. p_account_expiry=> to_date('200709201440','YYYYMMDDHH24MI'),
  22. p_failed_access_attempts=> 0,
  23. p_change_password_on_first_use=> 'Y',
  24. p_first_password_use_occurred=> 'N',
  25. p_allow_access_to_schemas => '');
  26. end;
  27. /
  28. begin
  29. wwv_flow_fnd_user_api.create_fnd_user (
  30. p_user_id => '999318182883572',
  31. p_user_name => 'DM',
  32. p_first_name => '',
  33. p_last_name => '',
  34. p_description => '',
  35. p_email_address=> 'martin.gubar@oracle.com',
  36. p_web_password => 'F78CF371B6F636E27632F66691C2AE66',
  37. p_web_password_format => 'HEX_ENCODED_DIGEST_V2',
  38. p_group_ids => '',
  39. p_developer_privs=> 'ADMIN:CREATE:DATA_LOADER:EDIT:HELP:MONITOR:SQL',
  40. p_default_schema=> 'dm',
  41. p_account_locked=> 'N',
  42. p_account_expiry=> to_date('200809021327','YYYYMMDDHH24MI'),
  43. p_failed_access_attempts=> 0,
  44. p_change_password_on_first_use=> 'N',
  45. p_first_password_use_occurred=> 'Y',
  46. p_allow_access_to_schemas => '');
  47. end;
  48. /
  49. begin
  50. wwv_flow_fnd_user_api.create_fnd_user (
  51. p_user_id => '1092624537270797',
  52. p_user_name => 'OLAPTRAIN',
  53. p_first_name => '',
  54. p_last_name => '',
  55. p_description => '',
  56. p_email_address=> 'olaptrain@oracle.com',
  57. p_web_password => '63079E96920A8B0D3B444521148887BF',
  58. p_web_password_format => 'HEX_ENCODED_DIGEST_V2',
  59. p_group_ids => '',
  60. p_developer_privs=> 'ADMIN:CREATE:DATA_LOADER:EDIT:HELP:MONITOR:SQL',
  61. p_default_schema=> 'olaptrain',
  62. p_account_locked=> 'N',
  63. p_account_expiry=> to_date('200809050859','YYYYMMDDHH24MI'),
  64. p_failed_access_attempts=> 0,
  65. p_change_password_on_first_use=> 'N',
  66. p_first_password_use_occurred=> 'N',
  67. p_allow_access_to_schemas => '');
  68. end;
Add Comment
Please, Sign In to add comment