Advertisement
Guest User

XTM + VEiN Dropped

a guest
Nov 26th, 2015
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 144.33 KB | None | 0 0
  1. insert into osp_accounts
  2. (product
  3. , security_level
  4. , username
  5. , password
  6. , hash_value
  7. , commentary
  8. ) values (
  9. 'Oracle'
  10. ,3
  11. ,'BRIO_ADMIN'
  12. ,'BRIO_ADMIN'
  13. ,'EB50644BE27DF70B'
  14. ,'BRIO_ADMIN is an account of a 3rd party product.'
  15. )
  16. /
  17.  
  18.  
  19. insert into osp_accounts
  20. (product
  21. , security_level
  22. , username
  23. , password
  24. , hash_value
  25. , commentary
  26. ) values (
  27. 'Oracle'
  28. ,3
  29. ,'BRUGERNAVN'
  30. ,'ADGANGSKODE'
  31. ,'2F11631B6B4E0B6F'
  32. ,'9iR2 documentation'
  33. )
  34. /
  35.  
  36.  
  37. insert into osp_accounts
  38. (product
  39. , security_level
  40. , username
  41. , password
  42. , hash_value
  43. , commentary
  44. ) values (
  45. 'Oracle'
  46. ,3
  47. ,'BRUKERNAVN'
  48. ,'PASSWORD'
  49. ,'652C49CDF955F83A'
  50. ,'9iR2 documenation'
  51. )
  52. /
  53.  
  54.  
  55. insert into osp_accounts
  56. (product
  57. , security_level
  58. , username
  59. , password
  60. , hash_value
  61. , commentary
  62. ) values (
  63. 'Oracle'
  64. ,2
  65. ,'BSC'
  66. ,'BSC'
  67. ,'EC481FD7DCE6366A'
  68. ,'BSC is a schema account from Oracle Applications. Default it has several CREATE privileges.'
  69. )
  70. /
  71.  
  72.  
  73. insert into osp_accounts
  74. (product
  75. , security_level
  76. , username
  77. , password
  78. , hash_value
  79. , commentary
  80. ) values (
  81. 'Oracle'
  82. ,3
  83. ,'BUG_REPORTS'
  84. ,'BUG_REPORTS'
  85. ,'E9473A88A4DD31F2'
  86. ,'From a book'
  87. )
  88. /
  89.  
  90.  
  91. insert into osp_accounts
  92. (product
  93. , security_level
  94. , username
  95. , password
  96. , hash_value
  97. , commentary
  98. ) values (
  99. 'Oracle'
  100. ,3
  101. ,'CALVIN'
  102. ,'HOBBES'
  103. ,'34200F94830271A3'
  104. ,'CALVIN is an account to demonstrate AOLServer. It should not exist in a production environment.'
  105. )
  106. /
  107.  
  108.  
  109. insert into osp_accounts
  110. (product
  111. , security_level
  112. , username
  113. , password
  114. , hash_value
  115. , commentary
  116. ) values (
  117. 'Oracle'
  118. ,3
  119. ,'CATALOG'
  120. ,'CATALOG'
  121. ,'397129246919E8DA'
  122. ,'CATALOG is an account of a 3rd party product.'
  123. )
  124. /
  125.  
  126.  
  127. insert into osp_accounts
  128. (product
  129. , security_level
  130. , username
  131. , password
  132. , hash_value
  133. , commentary
  134. ) values (
  135. 'Oracle'
  136. ,2
  137. ,'CCT'
  138. ,'CCT'
  139. ,'C6AF8FCA0B51B32F'
  140. ,'CCT is a schema account from Oracle Applications. Default it has several CREATE privileges.'
  141. )
  142. /
  143.  
  144.  
  145. insert into osp_accounts
  146. (product
  147. , security_level
  148. , username
  149. , password
  150. , hash_value
  151. , commentary
  152. ) values (
  153. 'Oracle'
  154. ,3
  155. ,'CDEMO82'
  156. ,'CDEMO82'
  157. ,'7299A5E2A5A05820'
  158. ,'This is a training account. It should not be available in a production environment.'
  159. )
  160. /
  161.  
  162.  
  163. insert into osp_accounts
  164. (product
  165. , security_level
  166. , username
  167. , password
  168. , hash_value
  169. , commentary
  170. ) values (
  171. 'Oracle'
  172. ,3
  173. ,'CDEMO82'
  174. ,'CDEMO83'
  175. ,'67B891F114BE3AEB'
  176. ,'This is a training account. It should not be available in a production environment.'
  177. )
  178. /
  179.  
  180.  
  181. insert into osp_accounts
  182. (product
  183. , security_level
  184. , username
  185. , password
  186. , hash_value
  187. , commentary
  188. ) values (
  189. 'Oracle'
  190. ,3
  191. ,'CDEMO82'
  192. ,'UNKNOWN'
  193. ,'73EAE7C39B42EA15'
  194. ,'This is a training account. It should not be available in a production environment.'
  195. )
  196. /
  197.  
  198.  
  199. insert into osp_accounts
  200. (product
  201. , security_level
  202. , username
  203. , password
  204. , hash_value
  205. , commentary
  206. ) values (
  207. 'Oracle'
  208. ,3
  209. ,'CDEMOCOR'
  210. ,'CDEMOCOR'
  211. ,'3A34F0B26B951F3F'
  212. ,'This is a training account. It should not be available in a production environment.'
  213. )
  214. /
  215.  
  216.  
  217. insert into osp_accounts
  218. (product
  219. , security_level
  220. , username
  221. , password
  222. , hash_value
  223. , commentary
  224. ) values (
  225. 'Oracle'
  226. ,3
  227. ,'CDEMORID'
  228. ,'CDEMORID'
  229. ,'E39CEFE64B73B308'
  230. ,'This is a training account. It should not be available in a production environment.'
  231. )
  232. /
  233.  
  234.  
  235. insert into osp_accounts
  236. (product
  237. , security_level
  238. , username
  239. , password
  240. , hash_value
  241. , commentary
  242. ) values (
  243. 'Oracle'
  244. ,3
  245. ,'CDEMOUCB'
  246. ,'CDEMOUCB'
  247. ,'CEAE780F25D556F8'
  248. ,'This is a training account. It should not be available in a production environment.'
  249. )
  250. /
  251.  
  252.  
  253. insert into osp_accounts
  254. (product
  255. , security_level
  256. , username
  257. , password
  258. , hash_value
  259. , commentary
  260. ) values (
  261. 'Oracle'
  262. ,3
  263. ,'CDOUGLAS'
  264. ,'CDOUGLAS'
  265. ,'C35109FE764ED61E'
  266. ,'CDOUGLAS is a schema owner of Workflow Iasdb'
  267. )
  268. /
  269.  
  270.  
  271. insert into osp_accounts
  272. (product
  273. , security_level
  274. , username
  275. , password
  276. , hash_value
  277. , commentary
  278. ) values (
  279. 'Oracle'
  280. ,2
  281. ,'CE'
  282. ,'CE'
  283. ,'E7FDFE26A524FE39'
  284. ,'CE is a schema account from Oracle Applications. Default it has several ANY privs, amongst which ALTER ANY PROCEDURE.'
  285. )
  286. /
  287.  
  288.  
  289. insert into osp_accounts
  290. (product
  291. , security_level
  292. , username
  293. , password
  294. , hash_value
  295. , commentary
  296. ) values (
  297. 'Oracle'
  298. ,3
  299. ,'CENTRA'
  300. ,'CENTRA'
  301. ,'63BF5FFE5E3EA16D'
  302. ,'CENTRA is an account that presumably manages Centra application software.'
  303. )
  304. /
  305.  
  306.  
  307. insert into osp_accounts
  308. (product
  309. , security_level
  310. , username
  311. , password
  312. , hash_value
  313. , commentary
  314. ) values (
  315. 'Oracle'
  316. ,3
  317. ,'CENTRAL'
  318. ,'CENTRAL'
  319. ,'A98B26E2F65CA4D3'
  320. ,'CENTRAL is an administrative account for Quest Central(?).'
  321. )
  322. /
  323.  
  324.  
  325. insert into osp_accounts
  326. (product
  327. , security_level
  328. , username
  329. , password
  330. , hash_value
  331. , commentary
  332. ) values (
  333. 'Oracle'
  334. ,3
  335. ,'CIDS'
  336. ,'CIDS'
  337. ,'AA71234EF06CE6B3'
  338. ,'CIDS is an account for Cerberus Intrusion Detection System.'
  339. )
  340. /
  341.  
  342.  
  343. insert into osp_accounts
  344. (product
  345. , security_level
  346. , username
  347. , password
  348. , hash_value
  349. , commentary
  350. ) values (
  351. 'Oracle'
  352. ,3
  353. ,'CIS'
  354. ,'CIS'
  355. ,'7653EBAF048F0A10'
  356. ,'CIS is an account for dbengine, at interface from CIS between Internet and several database software.'
  357. )
  358. /
  359.  
  360.  
  361. insert into osp_accounts
  362. (product
  363. , security_level
  364. , username
  365. , password
  366. , hash_value
  367. , commentary
  368. ) values (
  369. 'Oracle'
  370. ,3
  371. ,'CIS'
  372. ,'ZWERG'
  373. ,'AA2602921607EE84'
  374. ,'CIS is an account for dbengine, at interface from CIS between Internet and several database software.'
  375. )
  376. /
  377.  
  378.  
  379. insert into osp_accounts
  380. (product
  381. , security_level
  382. , username
  383. , password
  384. , hash_value
  385. , commentary
  386. ) values (
  387. 'Oracle'
  388. ,3
  389. ,'CISINFO'
  390. ,'CISINFO'
  391. ,'3AA26FC267C5F577'
  392. ,'CISINFO is an account for dbengine, at interface from CIS between Internet and several database software.'
  393. )
  394. /
  395.  
  396.  
  397. insert into osp_accounts
  398. (product
  399. , security_level
  400. , username
  401. , password
  402. , hash_value
  403. , commentary
  404. ) values (
  405. 'Oracle'
  406. ,3
  407. ,'CISINFO'
  408. ,'ZWERG'
  409. ,'BEA52A368C31B86F'
  410. ,'CISINFO is an account for dbengine, at interface from CIS between Internet and several database software.'
  411. )
  412. /
  413.  
  414.  
  415. insert into osp_accounts
  416. (product
  417. , security_level
  418. , username
  419. , password
  420. , hash_value
  421. , commentary
  422. ) values (
  423. 'Oracle'
  424. ,4
  425. ,'CLARK'
  426. ,'CLOTH'
  427. ,'7AAFE7D01511D73F'
  428. ,'This is a training account. It should not be available in a production environment.'
  429. )
  430. /
  431.  
  432.  
  433. insert into osp_accounts
  434. (product
  435. , security_level
  436. , username
  437. , password
  438. , hash_value
  439. , commentary
  440. ) values (
  441. 'Oracle'
  442. ,3
  443. ,'CLKANA'
  444. ,'<UNKNOWN>'
  445. ,''
  446. ,'CLKANA is an account for Oracle Clickstream Intelligence.'
  447. )
  448. /
  449.  
  450.  
  451. insert into osp_accounts
  452. (product
  453. , security_level
  454. , username
  455. , password
  456. , hash_value
  457. , commentary
  458. ) values (
  459. 'Oracle'
  460. ,3
  461. ,'CLKRT'
  462. ,'<UNKNOWN>'
  463. ,''
  464. ,'CLKRT is an account for Oracle Clickstream Intelligence.'
  465. )
  466. /
  467.  
  468.  
  469. insert into osp_accounts
  470. (product
  471. , security_level
  472. , username
  473. , password
  474. , hash_value
  475. , commentary
  476. ) values (
  477. 'Oracle'
  478. ,2
  479. ,'CN'
  480. ,'CN'
  481. ,'73F284637A54777D'
  482. ,'CN is a schema account from Oracle Applications. Default it has several ANY privs, amongst which ALTER ANY PROCEDURE.'
  483. )
  484. /
  485.  
  486.  
  487. insert into osp_accounts
  488. (product
  489. , security_level
  490. , username
  491. , password
  492. , hash_value
  493. , commentary
  494. ) values (
  495. 'Oracle'
  496. ,1
  497. ,'COMPANY'
  498. ,'COMPANY'
  499. ,'402B659C15EAF6CB'
  500. ,'COMPANY is an account with DBA privileges, which allow to read, change and destroy all data in your database.'
  501. )
  502. /
  503.  
  504.  
  505. insert into osp_accounts
  506. (product
  507. , security_level
  508. , username
  509. , password
  510. , hash_value
  511. , commentary
  512. ) values (
  513. 'Oracle'
  514. ,3
  515. ,'COMPIERE'
  516. ,'COMPIERE'
  517. ,'E3D0DCF4B4DBE626'
  518. ,'COMPIERE is an account for the application Compiere.'
  519. )
  520. /
  521.  
  522.  
  523. insert into osp_accounts
  524. (product
  525. , security_level
  526. , username
  527. , password
  528. , hash_value
  529. , commentary
  530. ) values (
  531. 'Oracle'
  532. ,3
  533. ,'CQSCHEMAUSER'
  534. ,'PASSWORD'
  535. ,'04071E7EDEB2F5CC'
  536. ,'CQSCHEMAUSER is a schema account of a 3rd party product.'
  537. )
  538. /
  539.  
  540.  
  541. insert into osp_accounts
  542. (product
  543. , security_level
  544. , username
  545. , password
  546. , hash_value
  547. , commentary
  548. ) values (
  549. 'Oracle'
  550. ,3
  551. ,'CQUSERDBUSER'
  552. ,'PASSWORD'
  553. ,'0273F484CD3F44B7'
  554. ,'CQUSERDBUSER is a user account of a 3rd party product.'
  555. )
  556. /
  557.  
  558.  
  559. insert into osp_accounts
  560. (product
  561. , security_level
  562. , username
  563. , password
  564. , hash_value
  565. , commentary
  566. ) values (
  567. 'Oracle'
  568. ,2
  569. ,'CRP'
  570. ,'CRP'
  571. ,'F165BDE5462AD557'
  572. ,'CRP is a schema account from Oracle Applications. Default it has several ANY privs, amongst which ALTER ANY PROCEDURE.'
  573. )
  574. /
  575.  
  576.  
  577. insert into osp_accounts
  578. (product
  579. , security_level
  580. , username
  581. , password
  582. , hash_value
  583. , commentary
  584. ) values (
  585. 'Oracle'
  586. ,2
  587. ,'CS'
  588. ,'CS'
  589. ,'DB78866145D4E1C3'
  590. ,'CS is a schema account from Oracle Applications. Default it has several ANY privs, amongst which ALTER ANY PROCEDURE.'
  591. )
  592. /
  593.  
  594.  
  595. insert into osp_accounts
  596. (product
  597. , security_level
  598. , username
  599. , password
  600. , hash_value
  601. , commentary
  602. ) values (
  603. 'Oracle'
  604. ,2
  605. ,'CSC'
  606. ,'CSC'
  607. ,'EDECA9762A8C79CD'
  608. ,'CSC is a schema account from Oracle Applications. Default it has several CREATE privileges.'
  609. )
  610. /
  611.  
  612.  
  613. insert into osp_accounts
  614. (product
  615. , security_level
  616. , username
  617. , password
  618. , hash_value
  619. , commentary
  620. ) values (
  621. 'Oracle'
  622. ,2
  623. ,'CSD'
  624. ,'CSD'
  625. ,'144441CEBAFC91CF'
  626. ,'CSD is a schema account from Oracle Applications. Default it has several CREATE privileges.'
  627. )
  628. /
  629.  
  630.  
  631. insert into osp_accounts
  632. (product
  633. , security_level
  634. , username
  635. , password
  636. , hash_value
  637. , commentary
  638. ) values (
  639. 'Oracle'
  640. ,3
  641. ,'CSE'
  642. ,'CSE'
  643. ,'D8CC61E8F42537DA'
  644. ,'Oracle Applications'
  645. )
  646. /
  647.  
  648.  
  649. insert into osp_accounts
  650. (product
  651. , security_level
  652. , username
  653. , password
  654. , hash_value
  655. , commentary
  656. ) values (
  657. 'Oracle'
  658. ,2
  659. ,'CSF'
  660. ,'CSF'
  661. ,'684E28B3C899D42C'
  662. ,'CSF is a schema account from Oracle Applications. Default it has several CREATE privileges.'
  663. )
  664. /
  665.  
  666.  
  667. insert into osp_accounts
  668. (product
  669. , security_level
  670. , username
  671. , password
  672. , hash_value
  673. , commentary
  674. ) values (
  675. 'Oracle'
  676. ,3
  677. ,'CSI'
  678. ,'CSI'
  679. ,'71C2B12C28B79294'
  680. ,'Oracle Applications'
  681. )
  682. /
  683.  
  684.  
  685. insert into osp_accounts
  686. (product
  687. , security_level
  688. , username
  689. , password
  690. , hash_value
  691. , commentary
  692. ) values (
  693. 'Oracle'
  694. ,3
  695. ,'CSL'
  696. ,'CSL'
  697. ,'C4D7FE062EFB85AB'
  698. ,'Oracle Applications'
  699. )
  700. /
  701.  
  702.  
  703. insert into osp_accounts
  704. (product
  705. , security_level
  706. , username
  707. , password
  708. , hash_value
  709. , commentary
  710. ) values (
  711. 'Oracle'
  712. ,3
  713. ,'CSMIG'
  714. ,'CSMIG'
  715. ,'09B4BB013FBD0D65'
  716. ,'CSMIG is an account for Character Set Migrations.'
  717. )
  718. /
  719.  
  720.  
  721. insert into osp_accounts
  722. (product
  723. , security_level
  724. , username
  725. , password
  726. , hash_value
  727. , commentary
  728. ) values (
  729. 'Oracle'
  730. ,2
  731. ,'CSP'
  732. ,'CSP'
  733. ,'5746C5E077719DB4'
  734. ,'CSP is a schema account from Oracle Applications. Default it has several CREATE privileges.'
  735. )
  736. /
  737.  
  738.  
  739. insert into osp_accounts
  740. (product
  741. , security_level
  742. , username
  743. , password
  744. , hash_value
  745. , commentary
  746. ) values (
  747. 'Oracle'
  748. ,2
  749. ,'CSR'
  750. ,'CSR'
  751. ,'0E0F7C1B1FE3FA32'
  752. ,'CSR is a schema account from Oracle Applications. Default it has several CREATE privileges.'
  753. )
  754. /
  755.  
  756.  
  757. insert into osp_accounts
  758. (product
  759. , security_level
  760. , username
  761. , password
  762. , hash_value
  763. , commentary
  764. ) values (
  765. 'Oracle'
  766. ,2
  767. ,'CSS'
  768. ,'CSS'
  769. ,'3C6B8C73DDC6B04F'
  770. ,'CSS is a schema account from Oracle Applications. Default it has several CREATE privileges.'
  771. )
  772. /
  773.  
  774.  
  775. insert into osp_accounts
  776. (product
  777. , security_level
  778. , username
  779. , password
  780. , hash_value
  781. , commentary
  782. ) values (
  783. 'Oracle'
  784. ,3
  785. ,'CTXDEMO'
  786. ,'CTXDEMO'
  787. ,'CB6B5E9D9672FE89'
  788. ,'CTXDEMO is a demonstration account of Oracle Context/Oracle Text.'
  789. )
  790. /
  791.  
  792.  
  793. insert into osp_accounts
  794. (product
  795. , security_level
  796. , username
  797. , password
  798. , hash_value
  799. , commentary
  800. ) values (
  801. 'Oracle'
  802. ,1
  803. ,'CTXSYS'
  804. ,'<UNKNOWN>'
  805. ,''
  806. ,'CTXSYS (Oracle Text/Intermedia Text/Context option) is an account with DBA privileges and therefor allows to read, change and destroy all data in your database.'
  807. )
  808. /
  809.  
  810.  
  811. insert into osp_accounts
  812. (product
  813. , security_level
  814. , username
  815. , password
  816. , hash_value
  817. , commentary
  818. ) values (
  819. 'Oracle'
  820. ,1
  821. ,'CTXSYS'
  822. ,'CHANGE_ON_INSTALL'
  823. ,'71E687F036AD56E5'
  824. ,'CTXSYS (Oracle Text/Intermedia Text/Context option) is an account with DBA privileges and therefor allows to read, change and destroy all data in your database.'
  825. )
  826. /
  827.  
  828.  
  829. insert into osp_accounts
  830. (product
  831. , security_level
  832. , username
  833. , password
  834. , hash_value
  835. , commentary
  836. ) values (
  837. 'Oracle'
  838. ,1
  839. ,'CTXSYS'
  840. ,'CTXSYS'
  841. ,'24ABAB8B06281B4C'
  842. ,'CTXSYS (Oracle Text/Intermedia Text/Context option) is an account with DBA privileges and therefor allows to read, change and destroy all data in your database.'
  843. )
  844. /
  845.  
  846.  
  847. insert into osp_accounts
  848. (product
  849. , security_level
  850. , username
  851. , password
  852. , hash_value
  853. , commentary
  854. ) values (
  855. 'Oracle'
  856. ,1
  857. ,'CTXSYS'
  858. ,'UNKNOWN'
  859. ,'A13C035631643BA0'
  860. ,'CTXSYS (Oracle Text/Intermedia Text/Context option) is an account with DBA privileges and therefor allows to read, change and destroy all data in your database.'
  861. )
  862. /
  863.  
  864.  
  865. insert into osp_accounts
  866. (product
  867. , security_level
  868. , username
  869. , password
  870. , hash_value
  871. , commentary
  872. ) values (
  873. 'Oracle'
  874. ,2
  875. ,'CUA'
  876. ,'CUA'
  877. ,'CB7B2E6FFDD7976F'
  878. ,'CUA is a schema account from Oracle Applications. Default it has several ANY privs, amongst which ALTER ANY PROCEDURE.'
  879. )
  880. /
  881.  
  882.  
  883. insert into osp_accounts
  884. (product
  885. , security_level
  886. , username
  887. , password
  888. , hash_value
  889. , commentary
  890. ) values (
  891. 'Oracle'
  892. ,2
  893. ,'CUE'
  894. ,'CUE'
  895. ,'A219FE4CA25023AA'
  896. ,'CUE is a schema account from Oracle Applications. Default it has several CREATE privileges.'
  897. )
  898. /
  899.  
  900.  
  901. insert into osp_accounts
  902. (product
  903. , security_level
  904. , username
  905. , password
  906. , hash_value
  907. , commentary
  908. ) values (
  909. 'Oracle'
  910. ,2
  911. ,'CUF'
  912. ,'CUF'
  913. ,'82959A9BD2D51297'
  914. ,'CUF is a schema account from Oracle Applications. Default it has several CREATE privileges.'
  915. )
  916. /
  917.  
  918.  
  919. insert into osp_accounts
  920. (product
  921. , security_level
  922. , username
  923. , password
  924. , hash_value
  925. , commentary
  926. ) values (
  927. 'Oracle'
  928. ,3
  929. ,'CUG'
  930. ,'CUG'
  931. ,'21FBCADAEAFCC489'
  932. ,'Oracle Applications'
  933. )
  934. /
  935.  
  936.  
  937. insert into osp_accounts
  938. (product
  939. , security_level
  940. , username
  941. , password
  942. , hash_value
  943. , commentary
  944. ) values (
  945. 'Oracle'
  946. ,2
  947. ,'CUI'
  948. ,'CUI'
  949. ,'AD7862E01FA80912'
  950. ,'CUI is a schema account from Oracle Applications. Default it has several CREATE privileges.'
  951. )
  952. /
  953.  
  954.  
  955. insert into osp_accounts
  956. (product
  957. , security_level
  958. , username
  959. , password
  960. , hash_value
  961. , commentary
  962. ) values (
  963. 'Oracle'
  964. ,2
  965. ,'CUN'
  966. ,'CUN'
  967. ,'41C2D31F3C85A79D'
  968. ,'CUN is a schema account from Oracle Applications. Default it has several CREATE privileges.'
  969. )
  970. /
  971.  
  972.  
  973. insert into osp_accounts
  974. (product
  975. , security_level
  976. , username
  977. , password
  978. , hash_value
  979. , commentary
  980. ) values (
  981. 'Oracle'
  982. ,2
  983. ,'CUP'
  984. ,'CUP'
  985. ,'C03082CD3B13EC42'
  986. ,'CUP is a schema account from Oracle Applications. Default it has several CREATE privileges.'
  987. )
  988. /
  989.  
  990.  
  991. insert into osp_accounts
  992. (product
  993. , security_level
  994. , username
  995. , password
  996. , hash_value
  997. , commentary
  998. ) values (
  999. 'Oracle'
  1000. ,2
  1001. ,'CUS'
  1002. ,'CUS'
  1003. ,'00A12CC6EBF8EDB8'
  1004. ,'CUS is a schema account from Oracle Applications. Default it has several CREATE privileges.'
  1005. )
  1006. /
  1007.  
  1008.  
  1009. insert into osp_accounts
  1010. (product
  1011. , security_level
  1012. , username
  1013. , password
  1014. , hash_value
  1015. , commentary
  1016. ) values (
  1017. 'Oracle'
  1018. ,2
  1019. ,'CZ'
  1020. ,'CZ'
  1021. ,'9B667E9C5A0D21A6'
  1022. ,'CZ is a schema account from Oracle Applications. Default it has several CREATE privileges.'
  1023. )
  1024. /
  1025.  
  1026.  
  1027. insert into osp_accounts
  1028. (product
  1029. , security_level
  1030. , username
  1031. , password
  1032. , hash_value
  1033. , commentary
  1034. ) values (
  1035. 'Oracle'
  1036. ,2
  1037. ,'DBI'
  1038. ,'MUMBLEFRATZ'
  1039. ,'D8FF6ECEF4C50809'
  1040. ,''
  1041. )
  1042. /
  1043.  
  1044.  
  1045. insert into osp_accounts
  1046. (product
  1047. , security_level
  1048. , username
  1049. , password
  1050. , hash_value
  1051. , commentary
  1052. ) values (
  1053. 'Oracle'
  1054. ,3
  1055. ,'HR'
  1056. ,'<UNKNOWN>'
  1057. ,'33EBE1C63D5B7FEF'
  1058. ,'This is a training account. It should not be available in a production environment.'
  1059. )
  1060. /
  1061.  
  1062.  
  1063. insert into osp_accounts
  1064. (product
  1065. , security_level
  1066. , username
  1067. , password
  1068. , hash_value
  1069. , commentary
  1070. ) values (
  1071. 'Oracle'
  1072. ,3
  1073. ,'HR'
  1074. ,'CHANGE_ON_INSTALL'
  1075. ,'6399F3B38EDF3288'
  1076. ,'This is a training account. It should not be available in a production environment.'
  1077. )
  1078. /
  1079.  
  1080.  
  1081. insert into osp_accounts
  1082. (product
  1083. , security_level
  1084. , username
  1085. , password
  1086. , hash_value
  1087. , commentary
  1088. ) values (
  1089. 'Oracle'
  1090. ,3
  1091. ,'HR'
  1092. ,'HR'
  1093. ,'4C6D73C3E8B0F0DA'
  1094. ,'This is a training account. It should not be available in a production environment.'
  1095. )
  1096. /
  1097.  
  1098.  
  1099. insert into osp_accounts
  1100. (product
  1101. , security_level
  1102. , username
  1103. , password
  1104. , hash_value
  1105. , commentary
  1106. ) values (
  1107. 'Oracle'
  1108. ,2
  1109. ,'HRI'
  1110. ,'HRI'
  1111. ,'49A3A09B8FC291D0'
  1112. ,'HRI is a schema account from Oracle Applications. Default it has several CREATE privileges.'
  1113. )
  1114. /
  1115.  
  1116.  
  1117. insert into osp_accounts
  1118. (product
  1119. , security_level
  1120. , username
  1121. , password
  1122. , hash_value
  1123. , commentary
  1124. ) values (
  1125. 'Oracle'
  1126. ,3
  1127. ,'HVST'
  1128. ,'HVST'
  1129. ,'5787B0D15766ADFD'
  1130. ,'CA Harvest'
  1131. )
  1132. /
  1133.  
  1134.  
  1135. insert into osp_accounts
  1136. (product
  1137. , security_level
  1138. , username
  1139. , password
  1140. , hash_value
  1141. , commentary
  1142. ) values (
  1143. 'Oracle'
  1144. ,2
  1145. ,'HXC'
  1146. ,'HXC'
  1147. ,'4CEA0BF02214DA55'
  1148. ,'HXC is a schema account from Oracle Applications. Default it has several CREATE privileges.'
  1149. )
  1150. /
  1151.  
  1152.  
  1153. insert into osp_accounts
  1154. (product
  1155. , security_level
  1156. , username
  1157. , password
  1158. , hash_value
  1159. , commentary
  1160. ) values (
  1161. 'Oracle'
  1162. ,2
  1163. ,'HXT'
  1164. ,'HXT'
  1165. ,'169018EB8E2C4A77'
  1166. ,'HXT is a schema account from Oracle Applications. Default it has several CREATE privileges.'
  1167. )
  1168. /
  1169.  
  1170.  
  1171. insert into osp_accounts
  1172. (product
  1173. , security_level
  1174. , username
  1175. , password
  1176. , hash_value
  1177. , commentary
  1178. ) values (
  1179. 'Oracle'
  1180. ,2
  1181. ,'IBA'
  1182. ,'IBA'
  1183. ,'0BD475D5BF449C63'
  1184. ,'IBA is a schema account from Oracle Applications. Default it has several CREATE privileges.'
  1185. )
  1186. /
  1187.  
  1188.  
  1189. insert into osp_accounts
  1190. (product
  1191. , security_level
  1192. , username
  1193. , password
  1194. , hash_value
  1195. , commentary
  1196. ) values (
  1197. 'Oracle'
  1198. ,2
  1199. ,'IBE'
  1200. ,'IBE'
  1201. ,'9D41D2B3DD095227'
  1202. ,'IBE is a schema account from Oracle Applications. Default it has several CREATE privileges.'
  1203. )
  1204. /
  1205.  
  1206.  
  1207. insert into osp_accounts
  1208. (product
  1209. , security_level
  1210. , username
  1211. , password
  1212. , hash_value
  1213. , commentary
  1214. ) values (
  1215. 'Oracle'
  1216. ,2
  1217. ,'IBP'
  1218. ,'IBP'
  1219. ,'840267B7BD30C82E'
  1220. ,'IBP is a schema account from Oracle Applications. Default it has several CREATE privileges.'
  1221. )
  1222. /
  1223.  
  1224.  
  1225. insert into osp_accounts
  1226. (product
  1227. , security_level
  1228. , username
  1229. , password
  1230. , hash_value
  1231. , commentary
  1232. ) values (
  1233. 'Oracle'
  1234. ,2
  1235. ,'IBU'
  1236. ,'IBU'
  1237. ,'0AD9ABABC74B3057'
  1238. ,'IBU is a schema account from Oracle Applications. Default it has several CREATE privileges.'
  1239. )
  1240. /
  1241.  
  1242.  
  1243. insert into osp_accounts
  1244. (product
  1245. , security_level
  1246. , username
  1247. , password
  1248. , hash_value
  1249. , commentary
  1250. ) values (
  1251. 'Oracle'
  1252. ,2
  1253. ,'IBY'
  1254. ,'IBY'
  1255. ,'F483A48F6A8C51EC'
  1256. ,'IBY is a schema account from Oracle Applications. Default it has several CREATE privileges.'
  1257. )
  1258. /
  1259.  
  1260.  
  1261. insert into osp_accounts
  1262. (product
  1263. , security_level
  1264. , username
  1265. , password
  1266. , hash_value
  1267. , commentary
  1268. ) values (
  1269. 'Oracle'
  1270. ,3
  1271. ,'ICDBOWN'
  1272. ,'ICDBOWN'
  1273. ,'76B8D54A74465BB4'
  1274. ,'ICDBOWN is the owner of BEA eLink Business Process Engine.'
  1275. )
  1276. /
  1277.  
  1278.  
  1279. insert into osp_accounts
  1280. (product
  1281. , security_level
  1282. , username
  1283. , password
  1284. , hash_value
  1285. , commentary
  1286. ) values (
  1287. 'Oracle'
  1288. ,2
  1289. ,'ICX'
  1290. ,'ICX'
  1291. ,'7766E887AF4DCC46'
  1292. ,'ICX is a schema account from Oracle Applications. Default it has several CREATE privileges.'
  1293. )
  1294. /
  1295.  
  1296.  
  1297. insert into osp_accounts
  1298. (product
  1299. , security_level
  1300. , username
  1301. , password
  1302. , hash_value
  1303. , commentary
  1304. ) values (
  1305. 'Oracle'
  1306. ,3
  1307. ,'IDEMO_USER'
  1308. ,'IDEMO_USER'
  1309. ,'739F5BC33AC03043'
  1310. ,''
  1311. )
  1312. /
  1313.  
  1314.  
  1315. insert into osp_accounts
  1316. (product
  1317. , security_level
  1318. , username
  1319. , password
  1320. , hash_value
  1321. , commentary
  1322. ) values (
  1323. 'Oracle'
  1324. ,2
  1325. ,'IEB'
  1326. ,'IEB'
  1327. ,'A695699F0F71C300'
  1328. ,'IEB is a schema account from Oracle Applications. Default it has several CREATE privileges.'
  1329. )
  1330. /
  1331.  
  1332.  
  1333. insert into osp_accounts
  1334. (product
  1335. , security_level
  1336. , username
  1337. , password
  1338. , hash_value
  1339. , commentary
  1340. ) values (
  1341. 'Oracle'
  1342. ,3
  1343. ,'IEC'
  1344. ,'IEC'
  1345. ,'CA39F929AF0A2DEC'
  1346. ,'Oracle Applications'
  1347. )
  1348. /
  1349.  
  1350.  
  1351. insert into osp_accounts
  1352. (product
  1353. , security_level
  1354. , username
  1355. , password
  1356. , hash_value
  1357. , commentary
  1358. ) values (
  1359. 'Oracle'
  1360. ,2
  1361. ,'IEM'
  1362. ,'IEM'
  1363. ,'37EF7B2DD17279B5'
  1364. ,'IEM is a schema account from Oracle Applications. Default it has several CREATE privileges.'
  1365. )
  1366. /
  1367.  
  1368.  
  1369. insert into osp_accounts
  1370. (product
  1371. , security_level
  1372. , username
  1373. , password
  1374. , hash_value
  1375. , commentary
  1376. ) values (
  1377. 'Oracle'
  1378. ,2
  1379. ,'IEO'
  1380. ,'IEO'
  1381. ,'E93196E9196653F1'
  1382. ,'IEO is a schema account from Oracle Applications. Default it has several CREATE privileges.'
  1383. )
  1384. /
  1385.  
  1386.  
  1387. insert into osp_accounts
  1388. (product
  1389. , security_level
  1390. , username
  1391. , password
  1392. , hash_value
  1393. , commentary
  1394. ) values (
  1395. 'Oracle'
  1396. ,2
  1397. ,'IES'
  1398. ,'IES'
  1399. ,'30802533ADACFE14'
  1400. ,'IES is a schema account from Oracle Applications. Default it has several CREATE privileges.'
  1401. )
  1402. /
  1403.  
  1404.  
  1405. insert into osp_accounts
  1406. (product
  1407. , security_level
  1408. , username
  1409. , password
  1410. , hash_value
  1411. , commentary
  1412. ) values (
  1413. 'Oracle'
  1414. ,2
  1415. ,'IEU'
  1416. ,'IEU'
  1417. ,'5D0E790B9E882230'
  1418. ,'IEU is a schema account from Oracle Applications. Default it has several CREATE privileges.'
  1419. )
  1420. /
  1421.  
  1422.  
  1423. insert into osp_accounts
  1424. (product
  1425. , security_level
  1426. , username
  1427. , password
  1428. , hash_value
  1429. , commentary
  1430. ) values (
  1431. 'Oracle'
  1432. ,2
  1433. ,'IEX'
  1434. ,'IEX'
  1435. ,'6CC978F56D21258D'
  1436. ,'IEX is a schema account from Oracle Applications. Default it has several CREATE privileges.'
  1437. )
  1438. /
  1439.  
  1440.  
  1441. insert into osp_accounts
  1442. (product
  1443. , security_level
  1444. , username
  1445. , password
  1446. , hash_value
  1447. , commentary
  1448. ) values (
  1449. 'Oracle'
  1450. ,3
  1451. ,'IFSSYS'
  1452. ,'IFSSYS'
  1453. ,'1DF0D45B58E72097'
  1454. ,'IFSSYS is an account belonging to Oracle Internet File System.'
  1455. )
  1456. /
  1457.  
  1458.  
  1459. insert into osp_accounts
  1460. (product
  1461. , security_level
  1462. , username
  1463. , password
  1464. , hash_value
  1465. , commentary
  1466. ) values (
  1467. 'Oracle'
  1468. ,2
  1469. ,'IGC'
  1470. ,'IGC'
  1471. ,'D33CEB8277F25346'
  1472. ,'IGC is a schema account from Oracle Applications. Default it has several CREATE privileges.'
  1473. )
  1474. /
  1475.  
  1476.  
  1477. insert into osp_accounts
  1478. (product
  1479. , security_level
  1480. , username
  1481. , password
  1482. , hash_value
  1483. , commentary
  1484. ) values (
  1485. 'Oracle'
  1486. ,2
  1487. ,'IGF'
  1488. ,'IGF'
  1489. ,'1740079EFF46AB81'
  1490. ,'IGF is a schema account from Oracle Applications. Default it has several CREATE privileges.'
  1491. )
  1492. /
  1493.  
  1494.  
  1495. insert into osp_accounts
  1496. (product
  1497. , security_level
  1498. , username
  1499. , password
  1500. , hash_value
  1501. , commentary
  1502. ) values (
  1503. 'Oracle'
  1504. ,2
  1505. ,'IGI'
  1506. ,'IGI'
  1507. ,'8C69D50E9D92B9D0'
  1508. ,'IGI is a schema account from Oracle Applications. Default it has several CREATE privileges.'
  1509. )
  1510. /
  1511.  
  1512.  
  1513. insert into osp_accounts
  1514. (product
  1515. , security_level
  1516. , username
  1517. , password
  1518. , hash_value
  1519. , commentary
  1520. ) values (
  1521. 'Oracle'
  1522. ,2
  1523. ,'IGS'
  1524. ,'IGS'
  1525. ,'DAF602231281B5AC'
  1526. ,'IGS is a schema account from Oracle Applications. Default it has several CREATE privileges.'
  1527. )
  1528. /
  1529.  
  1530.  
  1531. insert into osp_accounts
  1532. (product
  1533. , security_level
  1534. , username
  1535. , password
  1536. , hash_value
  1537. , commentary
  1538. ) values (
  1539. 'Oracle'
  1540. ,2
  1541. ,'IGW'
  1542. ,'IGW'
  1543. ,'B39565F4E3CF744B'
  1544. ,'IGW is a schema account from Oracle Applications. Default it has several CREATE privileges.'
  1545. )
  1546. /
  1547.  
  1548.  
  1549. insert into osp_accounts
  1550. (product
  1551. , security_level
  1552. , username
  1553. , password
  1554. , hash_value
  1555. , commentary
  1556. ) values (
  1557. 'Oracle'
  1558. ,3
  1559. ,'IMAGEUSER'
  1560. ,'IMAGEUSER'
  1561. ,'E079BF5E433F0B89'
  1562. ,'IMAGEUSER is an account of an unknown 3rd party product.'
  1563. )
  1564. /
  1565.  
  1566.  
  1567. insert into osp_accounts
  1568. (product
  1569. , security_level
  1570. , username
  1571. , password
  1572. , hash_value
  1573. , commentary
  1574. ) values (
  1575. 'Oracle'
  1576. ,3
  1577. ,'IMC'
  1578. ,'IMC'
  1579. ,'C7D0B9CDE0B42C73'
  1580. ,'Oracle Applications'
  1581. )
  1582. /
  1583.  
  1584.  
  1585. insert into osp_accounts
  1586. (product
  1587. , security_level
  1588. , username
  1589. , password
  1590. , hash_value
  1591. , commentary
  1592. ) values (
  1593. 'Oracle'
  1594. ,3
  1595. ,'IMEDIA'
  1596. ,'IMEDIA'
  1597. ,'8FB1DC9A6F8CE827'
  1598. ,'IMEDIA is the schema account of the Intermedia option.'
  1599. )
  1600. /
  1601.  
  1602.  
  1603. insert into osp_accounts
  1604. (product
  1605. , security_level
  1606. , username
  1607. , password
  1608. , hash_value
  1609. , commentary
  1610. ) values (
  1611. 'Oracle'
  1612. ,3
  1613. ,'IMT'
  1614. ,'IMT'
  1615. ,'E4AAF998653C9A72'
  1616. ,'Oracle Applications'
  1617. )
  1618. /
  1619.  
  1620.  
  1621. insert into osp_accounts
  1622. (product
  1623. , security_level
  1624. , username
  1625. , password
  1626. , hash_value
  1627. , commentary
  1628. ) values (
  1629. 'Oracle'
  1630. ,3
  1631. ,'#INTERNAL'
  1632. ,'ORACLE'
  1633. ,'87DADF57B623B777'
  1634. ,''
  1635. )
  1636. /
  1637.  
  1638.  
  1639. insert into osp_accounts
  1640. (product
  1641. , security_level
  1642. , username
  1643. , password
  1644. , hash_value
  1645. , commentary
  1646. ) values (
  1647. 'Oracle'
  1648. ,3
  1649. ,'#INTERNAL'
  1650. ,'SYS_STNT'
  1651. ,'38379FC3621F7DA2'
  1652. ,''
  1653. )
  1654. /
  1655.  
  1656.  
  1657. insert into osp_accounts
  1658. (product
  1659. , security_level
  1660. , username
  1661. , password
  1662. , hash_value
  1663. , commentary
  1664. ) values (
  1665. 'Oracle'
  1666. ,3
  1667. ,'INTERNAL'
  1668. ,'ORACLE'
  1669. ,'AB27B53EDC5FEF41'
  1670. ,''
  1671. )
  1672. /
  1673.  
  1674.  
  1675. insert into osp_accounts
  1676. (product
  1677. , security_level
  1678. , username
  1679. , password
  1680. , hash_value
  1681. , commentary
  1682. ) values (
  1683. 'Oracle'
  1684. ,3
  1685. ,'INTERNAL'
  1686. ,'SYS_STNT'
  1687. ,'E0BF7F3DDE682D3B'
  1688. ,''
  1689. )
  1690. /
  1691.  
  1692.  
  1693. insert into osp_accounts
  1694. (product
  1695. , security_level
  1696. , username
  1697. , password
  1698. , hash_value
  1699. , commentary
  1700. ) values (
  1701. 'Oracle'
  1702. ,2
  1703. ,'INV'
  1704. ,'INV'
  1705. ,'ACEAB015589CF4BC'
  1706. ,'INV is a schema account from Oracle Applications. Default it has several ANY privs, amongst which ALTER ANY PROCEDURE.'
  1707. )
  1708. /
  1709.  
  1710.  
  1711. insert into osp_accounts
  1712. (product
  1713. , security_level
  1714. , username
  1715. , password
  1716. , hash_value
  1717. , commentary
  1718. ) values (
  1719. 'Oracle'
  1720. ,2
  1721. ,'IPA'
  1722. ,'IPA'
  1723. ,'EB265A08759A15B4'
  1724. ,'IPA is a schema account from Oracle Applications. Default it has several CREATE privileges.'
  1725. )
  1726. /
  1727.  
  1728.  
  1729. insert into osp_accounts
  1730. (product
  1731. , security_level
  1732. , username
  1733. , password
  1734. , hash_value
  1735. , commentary
  1736. ) values (
  1737. 'Oracle'
  1738. ,2
  1739. ,'IPD'
  1740. ,'IPD'
  1741. ,'066A2E3072C1F2F3'
  1742. ,'IPD is a schema account from Oracle Applications. Default it has several CREATE privileges.'
  1743. )
  1744. /
  1745.  
  1746.  
  1747. insert into osp_accounts
  1748. (product
  1749. , security_level
  1750. , username
  1751. , password
  1752. , hash_value
  1753. , commentary
  1754. ) values (
  1755. 'Oracle'
  1756. ,3
  1757. ,'IPLANET'
  1758. ,'IPLANET'
  1759. ,'7404A12072F4E5E8'
  1760. ,'IPLANET is an account belonging to iPlanet (now called Java Enterprise System).'
  1761. )
  1762. /
  1763.  
  1764.  
  1765. insert into osp_accounts
  1766. (product
  1767. , security_level
  1768. , username
  1769. , password
  1770. , hash_value
  1771. , commentary
  1772. ) values (
  1773. 'Oracle'
  1774. ,2
  1775. ,'ISC'
  1776. ,'ISC'
  1777. ,'373F527DC0CFAE98'
  1778. ,'ISC is a schema account from Oracle Applications. Default it has several CREATE privileges.'
  1779. )
  1780. /
  1781.  
  1782.  
  1783. insert into osp_accounts
  1784. (product
  1785. , security_level
  1786. , username
  1787. , password
  1788. , hash_value
  1789. , commentary
  1790. ) values (
  1791. 'Oracle'
  1792. ,2
  1793. ,'ITG'
  1794. ,'ITG'
  1795. ,'D90F98746B68E6CA'
  1796. ,'ITG is a schema account from Oracle Applications. Default it has several CREATE privileges.'
  1797. )
  1798. /
  1799.  
  1800.  
  1801. insert into osp_accounts
  1802. (product
  1803. , security_level
  1804. , username
  1805. , password
  1806. , hash_value
  1807. , commentary
  1808. ) values (
  1809. 'Oracle'
  1810. ,2
  1811. ,'JA'
  1812. ,'JA'
  1813. ,'9AC2B58153C23F3D'
  1814. ,'JA is a schema account from Oracle Applications. Default it has several CREATE privileges.'
  1815. )
  1816. /
  1817.  
  1818.  
  1819. insert into osp_accounts
  1820. (product
  1821. , security_level
  1822. , username
  1823. , password
  1824. , hash_value
  1825. , commentary
  1826. ) values (
  1827. 'Oracle'
  1828. ,3
  1829. ,'JAKE'
  1830. ,'PASSWO4'
  1831. ,'1CE0B71B4A34904B'
  1832. ,'JAKE is an account to demonstrate AOLServer. It should not exist in a production environment.'
  1833. )
  1834. /
  1835.  
  1836.  
  1837. insert into osp_accounts
  1838. (product
  1839. , security_level
  1840. , username
  1841. , password
  1842. , hash_value
  1843. , commentary
  1844. ) values (
  1845. 'Oracle'
  1846. ,2
  1847. ,'JE'
  1848. ,'JE'
  1849. ,'FBB3209FD6280E69'
  1850. ,'JE is a schema account from Oracle Applications. Default it has several CREATE privileges.'
  1851. )
  1852. /
  1853.  
  1854.  
  1855. insert into osp_accounts
  1856. (product
  1857. , security_level
  1858. , username
  1859. , password
  1860. , hash_value
  1861. , commentary
  1862. ) values (
  1863. 'Oracle'
  1864. ,2
  1865. ,'JG'
  1866. ,'JG'
  1867. ,'37A99698752A1CF1'
  1868. ,'JG is a schema account from Oracle Applications. Default it has several ANY privs, amongst which ALTER ANY PROCEDURE.'
  1869. )
  1870. /
  1871.  
  1872.  
  1873. insert into osp_accounts
  1874. (product
  1875. , security_level
  1876. , username
  1877. , password
  1878. , hash_value
  1879. , commentary
  1880. ) values (
  1881. 'Oracle'
  1882. ,3
  1883. ,'JILL'
  1884. ,'PASSWO2'
  1885. ,'D89D6F9EB78FC841'
  1886. ,'JILL is an account to demonstrate AOLServer. It should not exist in a production environment.'
  1887. )
  1888. /
  1889.  
  1890.  
  1891. insert into osp_accounts
  1892. (product
  1893. , security_level
  1894. , username
  1895. , password
  1896. , hash_value
  1897. , commentary
  1898. ) values (
  1899. 'Oracle'
  1900. ,2
  1901. ,'JL'
  1902. ,'JL'
  1903. ,'489B61E488094A8D'
  1904. ,'JL is a schema account from Oracle Applications. Default it has several CREATE privileges.'
  1905. )
  1906. /
  1907.  
  1908.  
  1909. insert into osp_accounts
  1910. (product
  1911. , security_level
  1912. , username
  1913. , password
  1914. , hash_value
  1915. , commentary
  1916. ) values (
  1917. 'Oracle'
  1918. ,3
  1919. ,'JMUSER'
  1920. ,'JMUSER'
  1921. ,'063BA85BF749DF8E'
  1922. ,'JMUSER is the schema account of the General Ledger module of the Oracle E-Business suite.'
  1923. )
  1924. /
  1925.  
  1926.  
  1927. insert into osp_accounts
  1928. (product
  1929. , security_level
  1930. , username
  1931. , password
  1932. , hash_value
  1933. , commentary
  1934. ) values (
  1935. 'Oracle'
  1936. ,3
  1937. ,'JOHN'
  1938. ,'JOHN'
  1939. ,'29ED3FDC733DC86D'
  1940. ,'Book'
  1941. )
  1942. /
  1943.  
  1944.  
  1945. insert into osp_accounts
  1946. (product
  1947. , security_level
  1948. , username
  1949. , password
  1950. , hash_value
  1951. , commentary
  1952. ) values (
  1953. 'Oracle'
  1954. ,3
  1955. ,'JONES'
  1956. ,'STEEL'
  1957. ,'B9E99443032F059D'
  1958. ,'This is a training account. It should not be available in a production environment.'
  1959. )
  1960. /
  1961.  
  1962.  
  1963. insert into osp_accounts
  1964. (product
  1965. , security_level
  1966. , username
  1967. , password
  1968. , hash_value
  1969. , commentary
  1970. ) values (
  1971. 'Oracle'
  1972. ,2
  1973. ,'JTF'
  1974. ,'JTF'
  1975. ,'5C5F6FC2EBB94124'
  1976. ,'JTF is a schema account from Oracle Applications. Default it has several CREATE privileges.'
  1977. )
  1978. /
  1979.  
  1980.  
  1981. insert into osp_accounts
  1982. (product
  1983. , security_level
  1984. , username
  1985. , password
  1986. , hash_value
  1987. , commentary
  1988. ) values (
  1989. 'Oracle'
  1990. ,3
  1991. ,'JTM'
  1992. ,'JTM'
  1993. ,'6D79A2259D5B4B5A'
  1994. ,'Oracle Applications'
  1995. )
  1996. /
  1997.  
  1998.  
  1999. insert into osp_accounts
  2000. (product
  2001. , security_level
  2002. , username
  2003. , password
  2004. , hash_value
  2005. , commentary
  2006. ) values (
  2007. 'Oracle'
  2008. ,3
  2009. ,'JTS'
  2010. ,'JTS'
  2011. ,'4087EE6EB7F9CD7C'
  2012. ,'Oracle Applications'
  2013. )
  2014. /
  2015.  
  2016.  
  2017. insert into osp_accounts
  2018. (product
  2019. , security_level
  2020. , username
  2021. , password
  2022. , hash_value
  2023. , commentary
  2024. ) values (
  2025. 'Oracle'
  2026. ,3
  2027. ,'JWARD'
  2028. ,'AIROPLANE'
  2029. ,'CF9CB787BD98DA7F'
  2030. ,'9iR2 documenation'
  2031. )
  2032. /
  2033.  
  2034.  
  2035. insert into osp_accounts
  2036. (product
  2037. , security_level
  2038. , username
  2039. , password
  2040. , hash_value
  2041. , commentary
  2042. ) values (
  2043. 'Oracle'
  2044. ,3
  2045. ,'KWALKER'
  2046. ,'KWALKER'
  2047. ,'AD0D93891AEB26D2'
  2048. ,'KWALKER is a schema owner of Workflow Iasdb'
  2049. )
  2050. /
  2051.  
  2052.  
  2053. insert into osp_accounts
  2054. (product
  2055. , security_level
  2056. , username
  2057. , password
  2058. , hash_value
  2059. , commentary
  2060. ) values (
  2061. 'Oracle'
  2062. ,3
  2063. ,'L2LDEMO'
  2064. ,'L2LDEMO'
  2065. ,'0A6B2DF907484CEE'
  2066. ,''
  2067. )
  2068. /
  2069.  
  2070.  
  2071. insert into osp_accounts
  2072. (product
  2073. , security_level
  2074. , username
  2075. , password
  2076. , hash_value
  2077. , commentary
  2078. ) values (
  2079. 'Oracle'
  2080. ,3
  2081. ,'LBACSYS'
  2082. ,'LBACSYS'
  2083. ,'AC9700FD3F1410EB'
  2084. ,'LBACSYS is an management account of Oracle Label Security. It allows to change security settings for Oracle Label Security.'
  2085. )
  2086. /
  2087.  
  2088.  
  2089. insert into osp_accounts
  2090. (product
  2091. , security_level
  2092. , username
  2093. , password
  2094. , hash_value
  2095. , commentary
  2096. ) values (
  2097. 'Oracle'
  2098. ,3
  2099. ,'LIBRARIAN'
  2100. ,'SHELVES'
  2101. ,'11E0654A7068559C'
  2102. ,'LIBRARIAN is an account that possibly belongs to ACD/Web Librarian, software targeted at chemists and analysts.'
  2103. )
  2104. /
  2105.  
  2106.  
  2107. insert into osp_accounts
  2108. (product
  2109. , security_level
  2110. , username
  2111. , password
  2112. , hash_value
  2113. , commentary
  2114. ) values (
  2115. 'Oracle'
  2116. ,3
  2117. ,'MANPROD'
  2118. ,'MANPROD'
  2119. ,'F0EB74546E22E94D'
  2120. ,''
  2121. )
  2122. /
  2123.  
  2124.  
  2125. insert into osp_accounts
  2126. (product
  2127. , security_level
  2128. , username
  2129. , password
  2130. , hash_value
  2131. , commentary
  2132. ) values (
  2133. 'Oracle'
  2134. ,3
  2135. ,'MARK'
  2136. ,'PASSWO3'
  2137. ,'F7101600ACABCD74'
  2138. ,'MARK is an account to demonstrate AOLServer. It should not exist in a production environment.'
  2139. )
  2140. /
  2141.  
  2142.  
  2143. insert into osp_accounts
  2144. (product
  2145. , security_level
  2146. , username
  2147. , password
  2148. , hash_value
  2149. , commentary
  2150. ) values (
  2151. 'Oracle'
  2152. ,3
  2153. ,'MASCARM'
  2154. ,'MANAGER'
  2155. ,'4EA68D0DDE8AAC6B'
  2156. ,''
  2157. )
  2158. /
  2159.  
  2160.  
  2161. insert into osp_accounts
  2162. (product
  2163. , security_level
  2164. , username
  2165. , password
  2166. , hash_value
  2167. , commentary
  2168. ) values (
  2169. 'Oracle'
  2170. ,3
  2171. ,'MASTER'
  2172. ,'PASSWORD'
  2173. ,'9C4F452058285A74'
  2174. ,''
  2175. )
  2176. /
  2177.  
  2178.  
  2179. insert into osp_accounts
  2180. (product
  2181. , security_level
  2182. , username
  2183. , password
  2184. , hash_value
  2185. , commentary
  2186. ) values (
  2187. 'Oracle'
  2188. ,3
  2189. ,'MDDATA'
  2190. ,'MDDATA'
  2191. ,'DF02A496267DEE66'
  2192. ,'10g'
  2193. )
  2194. /
  2195.  
  2196.  
  2197. insert into osp_accounts
  2198. (product
  2199. , security_level
  2200. , username
  2201. , password
  2202. , hash_value
  2203. , commentary
  2204. ) values (
  2205. 'Oracle'
  2206. ,3
  2207. ,'MDDEMO'
  2208. ,'MDDEMO'
  2209. ,'46DFFB4D08C33739'
  2210. ,''
  2211. )
  2212. /
  2213.  
  2214.  
  2215. insert into osp_accounts
  2216. (product
  2217. , security_level
  2218. , username
  2219. , password
  2220. , hash_value
  2221. , commentary
  2222. ) values (
  2223. 'Oracle'
  2224. ,3
  2225. ,'MDDEMO_CLERK'
  2226. ,'CLERK'
  2227. ,'564F871D61369A39'
  2228. ,'MDDEMO_CLERK is a user account belonging to Oracle Metadata API.'
  2229. )
  2230. /
  2231.  
  2232.  
  2233. insert into osp_accounts
  2234. (product
  2235. , security_level
  2236. , username
  2237. , password
  2238. , hash_value
  2239. , commentary
  2240. ) values (
  2241. 'Oracle'
  2242. ,3
  2243. ,'MDDEMO_CLERK'
  2244. ,'MGR'
  2245. ,'E5288E225588D11F'
  2246. ,''
  2247. )
  2248. /
  2249.  
  2250.  
  2251. insert into osp_accounts
  2252. (product
  2253. , security_level
  2254. , username
  2255. , password
  2256. , hash_value
  2257. , commentary
  2258. ) values (
  2259. 'Oracle'
  2260. ,3
  2261. ,'MDDEMO_MGR'
  2262. ,'MDDEMO_MGR'
  2263. ,'2E175141BEE66FF6'
  2264. ,'MDDEMO_MGR is an administration account for to Oracle Metadata API.'
  2265. )
  2266. /
  2267.  
  2268.  
  2269. insert into osp_accounts
  2270. (product
  2271. , security_level
  2272. , username
  2273. , password
  2274. , hash_value
  2275. , commentary
  2276. ) values (
  2277. 'Oracle'
  2278. ,1
  2279. ,'MDSYS'
  2280. ,'MDSYS'
  2281. ,'72979A94BAD2AF80'
  2282. ,'The account MDSYS (Oracle Spatial administrator) has DBA-like privileges, which allow to read, change and destroy all data in your database.'
  2283. )
  2284. /
  2285.  
  2286.  
  2287. insert into osp_accounts
  2288. (product
  2289. , security_level
  2290. , username
  2291. , password
  2292. , hash_value
  2293. , commentary
  2294. ) values (
  2295. 'Oracle'
  2296. ,2
  2297. ,'ME'
  2298. ,'ME'
  2299. ,'E5436F7169B29E4D'
  2300. ,'ME is a schema account from Oracle Applications. Default it has several CREATE privileges.'
  2301. )
  2302. /
  2303.  
  2304.  
  2305. insert into osp_accounts
  2306. (product
  2307. , security_level
  2308. , username
  2309. , password
  2310. , hash_value
  2311. , commentary
  2312. ) values (
  2313. 'Oracle'
  2314. ,2
  2315. ,'MFG'
  2316. ,'MFG'
  2317. ,'FC1B0DD35E790847'
  2318. ,'MFG is a schema account from Oracle Applications. Default it has several ANY privs, amongst which ALTER ANY PROCEDURE.'
  2319. )
  2320. /
  2321.  
  2322.  
  2323. insert into osp_accounts
  2324. (product
  2325. , security_level
  2326. , username
  2327. , password
  2328. , hash_value
  2329. , commentary
  2330. ) values (
  2331. 'Oracle'
  2332. ,3
  2333. ,'MGR'
  2334. ,'MGR'
  2335. ,'9D1F407F3A05BDD9'
  2336. ,''
  2337. )
  2338. /
  2339.  
  2340.  
  2341. insert into osp_accounts
  2342. (product
  2343. , security_level
  2344. , username
  2345. , password
  2346. , hash_value
  2347. , commentary
  2348. ) values (
  2349. 'Oracle'
  2350. ,3
  2351. ,'MGWUSER'
  2352. ,'MGWUSER'
  2353. ,'EA514DD74D7DE14C'
  2354. ,'10g'
  2355. )
  2356. /
  2357.  
  2358.  
  2359. insert into osp_accounts
  2360. (product
  2361. , security_level
  2362. , username
  2363. , password
  2364. , hash_value
  2365. , commentary
  2366. ) values (
  2367. 'Oracle'
  2368. ,3
  2369. ,'MIGRATE'
  2370. ,'MIGRATE'
  2371. ,'5A88CE52084E9700'
  2372. ,''
  2373. )
  2374. /
  2375.  
  2376.  
  2377. insert into osp_accounts
  2378. (product
  2379. , security_level
  2380. , username
  2381. , password
  2382. , hash_value
  2383. , commentary
  2384. ) values (
  2385. 'Oracle'
  2386. ,3
  2387. ,'MILLER'
  2388. ,'MILLER'
  2389. ,'D0EFCD03C95DF106'
  2390. ,''
  2391. )
  2392. /
  2393.  
  2394.  
  2395. insert into osp_accounts
  2396. (product
  2397. , security_level
  2398. , username
  2399. , password
  2400. , hash_value
  2401. , commentary
  2402. ) values (
  2403. 'Oracle'
  2404. ,3
  2405. ,'MMO2'
  2406. ,'MMO2'
  2407. ,'AE128772645F6709'
  2408. ,''
  2409. )
  2410. /
  2411.  
  2412.  
  2413. insert into osp_accounts
  2414. (product
  2415. , security_level
  2416. , username
  2417. , password
  2418. , hash_value
  2419. , commentary
  2420. ) values (
  2421. 'Oracle'
  2422. ,3
  2423. ,'MMO2'
  2424. ,'MMO3'
  2425. ,'A0E2085176E05C85'
  2426. ,''
  2427. )
  2428. /
  2429.  
  2430.  
  2431. insert into osp_accounts
  2432. (product
  2433. , security_level
  2434. , username
  2435. , password
  2436. , hash_value
  2437. , commentary
  2438. ) values (
  2439. 'Oracle'
  2440. ,3
  2441. ,'MMO2'
  2442. ,'UNKNOWN'
  2443. ,'62876B0382D5B550'
  2444. ,''
  2445. )
  2446. /
  2447.  
  2448.  
  2449. insert into osp_accounts
  2450. (product
  2451. , security_level
  2452. , username
  2453. , password
  2454. , hash_value
  2455. , commentary
  2456. ) values (
  2457. 'Oracle'
  2458. ,3
  2459. ,'MODTEST'
  2460. ,'YES'
  2461. ,'BBFF58334CDEF86D'
  2462. ,''
  2463. )
  2464. /
  2465.  
  2466.  
  2467. insert into osp_accounts
  2468. (product
  2469. , security_level
  2470. , username
  2471. , password
  2472. , hash_value
  2473. , commentary
  2474. ) values (
  2475. 'Oracle'
  2476. ,3
  2477. ,'MOREAU'
  2478. ,'MOREAU'
  2479. ,'CF5A081E7585936B'
  2480. ,''
  2481. )
  2482. /
  2483.  
  2484.  
  2485. insert into osp_accounts
  2486. (product
  2487. , security_level
  2488. , username
  2489. , password
  2490. , hash_value
  2491. , commentary
  2492. ) values (
  2493. 'Oracle'
  2494. ,2
  2495. ,'MRP'
  2496. ,'MRP'
  2497. ,'B45D4DF02D4E0C85'
  2498. ,'MRP is a schema account from Oracle Applications. Default it has several ANY privs, amongst which ALTER ANY PROCEDURE.'
  2499. )
  2500. /
  2501.  
  2502.  
  2503. insert into osp_accounts
  2504. (product
  2505. , security_level
  2506. , username
  2507. , password
  2508. , hash_value
  2509. , commentary
  2510. ) values (
  2511. 'Oracle'
  2512. ,2
  2513. ,'MSC'
  2514. ,'MSC'
  2515. ,'89A8C104725367B2'
  2516. ,'MSC is a schema account from Oracle Applications. Default it has several CREATE privileges.'
  2517. )
  2518. /
  2519.  
  2520.  
  2521. insert into osp_accounts
  2522. (product
  2523. , security_level
  2524. , username
  2525. , password
  2526. , hash_value
  2527. , commentary
  2528. ) values (
  2529. 'Oracle'
  2530. ,2
  2531. ,'MSD'
  2532. ,'MSD'
  2533. ,'6A29482069E23675'
  2534. ,'MSD is a schema account from Oracle Applications. Default it has several CREATE privileges.'
  2535. )
  2536. /
  2537.  
  2538.  
  2539. insert into osp_accounts
  2540. (product
  2541. , security_level
  2542. , username
  2543. , password
  2544. , hash_value
  2545. , commentary
  2546. ) values (
  2547. 'Oracle'
  2548. ,2
  2549. ,'MSO'
  2550. ,'MSO'
  2551. ,'3BAA3289DB35813C'
  2552. ,'MSO is a schema account from Oracle Applications. Default it has several CREATE privileges.'
  2553. )
  2554. /
  2555.  
  2556.  
  2557. insert into osp_accounts
  2558. (product
  2559. , security_level
  2560. , username
  2561. , password
  2562. , hash_value
  2563. , commentary
  2564. ) values (
  2565. 'Oracle'
  2566. ,2
  2567. ,'MSR'
  2568. ,'MSR'
  2569. ,'C9D53D00FE77D813'
  2570. ,'MSR is a schema account from Oracle Applications. Default it has several CREATE privileges.'
  2571. )
  2572. /
  2573.  
  2574.  
  2575. insert into osp_accounts
  2576. (product
  2577. , security_level
  2578. , username
  2579. , password
  2580. , hash_value
  2581. , commentary
  2582. ) values (
  2583. 'Oracle'
  2584. ,3
  2585. ,'MTS_USER'
  2586. ,'MTS_PASSWORD'
  2587. ,'E462DB4671A51CD4'
  2588. ,''
  2589. )
  2590. /
  2591.  
  2592.  
  2593. insert into osp_accounts
  2594. (product
  2595. , security_level
  2596. , username
  2597. , password
  2598. , hash_value
  2599. , commentary
  2600. ) values (
  2601. 'Oracle'
  2602. ,3
  2603. ,'MTSSYS'
  2604. ,'MTSSYS'
  2605. ,'6465913FF5FF1831'
  2606. ,'MTSSYS is an account for Microsoft Transaction Server support.'
  2607. )
  2608. /
  2609.  
  2610.  
  2611. insert into osp_accounts
  2612. (product
  2613. , security_level
  2614. , username
  2615. , password
  2616. , hash_value
  2617. , commentary
  2618. ) values (
  2619. 'Oracle'
  2620. ,2
  2621. ,'MWA'
  2622. ,'MWA'
  2623. ,'1E2F06BE2A1D41A6'
  2624. ,'MWA is a schema account from Oracle Applications. Default it has several CREATE privileges.'
  2625. )
  2626. /
  2627.  
  2628.  
  2629. insert into osp_accounts
  2630. (product
  2631. , security_level
  2632. , username
  2633. , password
  2634. , hash_value
  2635. , commentary
  2636. ) values (
  2637. 'Oracle'
  2638. ,3
  2639. ,'MXAGENT'
  2640. ,'MXAGENT'
  2641. ,'C5F0512A64EB0E7F'
  2642. ,''
  2643. )
  2644. /
  2645.  
  2646.  
  2647. insert into osp_accounts
  2648. (product
  2649. , security_level
  2650. , username
  2651. , password
  2652. , hash_value
  2653. , commentary
  2654. ) values (
  2655. 'Oracle'
  2656. ,3
  2657. ,'NAMES'
  2658. ,'NAMES'
  2659. ,'9B95D28A979CC5C4'
  2660. ,''
  2661. )
  2662. /
  2663.  
  2664.  
  2665. insert into osp_accounts
  2666. (product
  2667. , security_level
  2668. , username
  2669. , password
  2670. , hash_value
  2671. , commentary
  2672. ) values (
  2673. 'Oracle'
  2674. ,3
  2675. ,'NEOTIX_SYS'
  2676. ,'NEOTIX_SYS'
  2677. ,'05BFA7FF86D6EB32'
  2678. ,''
  2679. )
  2680. /
  2681.  
  2682.  
  2683. insert into osp_accounts
  2684. (product
  2685. , security_level
  2686. , username
  2687. , password
  2688. , hash_value
  2689. , commentary
  2690. ) values (
  2691. 'Oracle'
  2692. ,3
  2693. ,'NNEUL'
  2694. ,'NNEULPASS'
  2695. ,'4782D68D42792139'
  2696. ,'NNEUL is an account of Computer and Information Services from the University of Missouri-Rolla.'
  2697. )
  2698. /
  2699.  
  2700.  
  2701. insert into osp_accounts
  2702. (product
  2703. , security_level
  2704. , username
  2705. , password
  2706. , hash_value
  2707. , commentary
  2708. ) values (
  2709. 'Oracle'
  2710. ,3
  2711. ,'NOM_UTILISATEUR'
  2712. ,'MOT_DE_PASSE'
  2713. ,'FD621020564A4978'
  2714. ,'9iR2 documenation'
  2715. )
  2716. /
  2717.  
  2718.  
  2719. insert into osp_accounts
  2720. (product
  2721. , security_level
  2722. , username
  2723. , password
  2724. , hash_value
  2725. , commentary
  2726. ) values (
  2727. 'Oracle'
  2728. ,3
  2729. ,'NOMEUTENTE'
  2730. ,'PASSWORD'
  2731. ,'8A43574EFB1C71C7'
  2732. ,'9iR2 documenation'
  2733. )
  2734. /
  2735.  
  2736.  
  2737. insert into osp_accounts
  2738. (product
  2739. , security_level
  2740. , username
  2741. , password
  2742. , hash_value
  2743. , commentary
  2744. ) values (
  2745. 'Oracle'
  2746. ,3
  2747. ,'NOME_UTILIZADOR'
  2748. ,'SENHA'
  2749. ,'71452E4797DF917B'
  2750. ,'9iR2 documenation'
  2751. )
  2752. /
  2753.  
  2754.  
  2755. insert into osp_accounts
  2756. (product
  2757. , security_level
  2758. , username
  2759. , password
  2760. , hash_value
  2761. , commentary
  2762. ) values (
  2763. 'Oracle'
  2764. ,3
  2765. ,'NUME_UTILIZATOR'
  2766. ,'PAROL'
  2767. ,'73A3AC32826558AE'
  2768. ,'9iR2 documenation'
  2769. )
  2770. /
  2771.  
  2772.  
  2773. insert into osp_accounts
  2774. (product
  2775. , security_level
  2776. , username
  2777. , password
  2778. , hash_value
  2779. , commentary
  2780. ) values (
  2781. 'Oracle'
  2782. ,3
  2783. ,'OAIHUB902'
  2784. ,'<UNKNOWN>'
  2785. ,''
  2786. ,'OAIHUB902 is an account of Oracle 9iAS InterConnect (OAI).'
  2787. )
  2788. /
  2789.  
  2790.  
  2791. insert into osp_accounts
  2792. (product
  2793. , security_level
  2794. , username
  2795. , password
  2796. , hash_value
  2797. , commentary
  2798. ) values (
  2799. 'Oracle'
  2800. ,3
  2801. ,'OAS_PUBLIC'
  2802. ,'OAS_PUBLIC'
  2803. ,'A8116DB6E84FA95D'
  2804. ,'OAS_PUBLIC is the schema account of older versions of Oracle Webserver.'
  2805. )
  2806. /
  2807.  
  2808.  
  2809. insert into osp_accounts
  2810. (product
  2811. , security_level
  2812. , username
  2813. , password
  2814. , hash_value
  2815. , commentary
  2816. ) values (
  2817. 'Oracle'
  2818. ,3
  2819. ,'OAS_PUBLIC'
  2820. ,'<UNKNOWN>'
  2821. ,'9300C0977D7DC75E'
  2822. ,''
  2823. )
  2824. /
  2825.  
  2826.  
  2827. insert into osp_accounts
  2828. (product
  2829. , security_level
  2830. , username
  2831. , password
  2832. , hash_value
  2833. , commentary
  2834. ) values (
  2835. 'Oracle'
  2836. ,3
  2837. ,'OCITEST'
  2838. ,'OCITEST'
  2839. ,'C09011CB0205B347'
  2840. ,''
  2841. )
  2842. /
  2843.  
  2844.  
  2845. insert into osp_accounts
  2846. (product
  2847. , security_level
  2848. , username
  2849. , password
  2850. , hash_value
  2851. , commentary
  2852. ) values (
  2853. 'Oracle'
  2854. ,3
  2855. ,'OCM_DB_ADMIN'
  2856. ,'<UNKNOWN>'
  2857. ,''
  2858. ,'OCM_DB_ADMIN is an administrative account of Oracle9iAS Certificate Manager (OCM).'
  2859. )
  2860. /
  2861.  
  2862.  
  2863. insert into osp_accounts
  2864. (product
  2865. , security_level
  2866. , username
  2867. , password
  2868. , hash_value
  2869. , commentary
  2870. ) values (
  2871. 'Oracle'
  2872. ,3
  2873. ,'OCM_DB_ADMIN'
  2874. ,'OCM_DB_ADMIN'
  2875. ,'2C3A5DEF1EE57E92'
  2876. ,'OCM_DB_ADMIN is an administrative account of Oracle9iAS Certificate Manager (OCM).'
  2877. )
  2878. /
  2879.  
  2880.  
  2881. insert into osp_accounts
  2882. (product
  2883. , security_level
  2884. , username
  2885. , password
  2886. , hash_value
  2887. , commentary
  2888. ) values (
  2889. 'Oracle'
  2890. ,3
  2891. ,'ODM'
  2892. ,'ODM'
  2893. ,'C252E8FA117AF049'
  2894. ,''
  2895. )
  2896. /
  2897.  
  2898.  
  2899. insert into osp_accounts
  2900. (product
  2901. , security_level
  2902. , username
  2903. , password
  2904. , hash_value
  2905. , commentary
  2906. ) values (
  2907. 'Oracle'
  2908. ,3
  2909. ,'ODM_MTR'
  2910. ,'MTRPW'
  2911. ,'A7A32CD03D3CE8D5'
  2912. ,''
  2913. )
  2914. /
  2915.  
  2916.  
  2917. insert into osp_accounts
  2918. (product
  2919. , security_level
  2920. , username
  2921. , password
  2922. , hash_value
  2923. , commentary
  2924. ) values (
  2925. 'Oracle'
  2926. ,3
  2927. ,'ODS'
  2928. ,'ODS'
  2929. ,'89804494ADFC71BC'
  2930. ,'ODS is the schema of Oracle Internet Directory metadata.'
  2931. )
  2932. /
  2933.  
  2934.  
  2935. insert into osp_accounts
  2936. (product
  2937. , security_level
  2938. , username
  2939. , password
  2940. , hash_value
  2941. , commentary
  2942. ) values (
  2943. 'Oracle'
  2944. ,3
  2945. ,'ODS_SERVER'
  2946. ,'ODS_SERVER'
  2947. ,'C6E799A949471F57'
  2948. ,'ODS_SERVER is an administrative account for of Oracle Internet Directory metadata.'
  2949. )
  2950. /
  2951.  
  2952.  
  2953. insert into osp_accounts
  2954. (product
  2955. , security_level
  2956. , username
  2957. , password
  2958. , hash_value
  2959. , commentary
  2960. ) values (
  2961. 'Oracle'
  2962. ,3
  2963. ,'ODSCOMMON'
  2964. ,'ODSCOMMON'
  2965. ,'59BBED977430C1A8'
  2966. ,'ODSCOMMON is a user with acces to Oracle Internet Directory.'
  2967. )
  2968. /
  2969.  
  2970.  
  2971. insert into osp_accounts
  2972. (product
  2973. , security_level
  2974. , username
  2975. , password
  2976. , hash_value
  2977. , commentary
  2978. ) values (
  2979. 'Oracle'
  2980. ,3
  2981. ,'OE'
  2982. ,'CHANGE_ON_INSTALL'
  2983. ,'9C30855E7E0CB02D'
  2984. ,'This is a training account. It should not be available in a production environment.'
  2985. )
  2986. /
  2987.  
  2988.  
  2989. insert into osp_accounts
  2990. (product
  2991. , security_level
  2992. , username
  2993. , password
  2994. , hash_value
  2995. , commentary
  2996. ) values (
  2997. 'Oracle'
  2998. ,3
  2999. ,'OE'
  3000. ,'UNKNOWN'
  3001. ,'62FADF01C4DC1ED4'
  3002. ,''
  3003. )
  3004. /
  3005.  
  3006.  
  3007. insert into osp_accounts
  3008. (product
  3009. , security_level
  3010. , username
  3011. , password
  3012. , hash_value
  3013. , commentary
  3014. ) values (
  3015. 'Oracle'
  3016. ,2
  3017. ,'OE'
  3018. ,'OE'
  3019. ,'D1A2DFC623FDA40A'
  3020. ,'OE is a schema account from Oracle Applications. Default it has several ANY privs, amongst which ALTER ANY PROCEDURE.'
  3021. )
  3022. /
  3023.  
  3024.  
  3025. insert into osp_accounts
  3026. (product
  3027. , security_level
  3028. , username
  3029. , password
  3030. , hash_value
  3031. , commentary
  3032. ) values (
  3033. 'Oracle'
  3034. ,3
  3035. ,'OEM_REPOSITORY'
  3036. ,'<UNKNOWN>'
  3037. ,'1FF89109F7A16FEF'
  3038. ,'OEM_REPOSITORY is the schema owner of Oracle Enterprise Managers Repository.'
  3039. )
  3040. /
  3041.  
  3042.  
  3043. insert into osp_accounts
  3044. (product
  3045. , security_level
  3046. , username
  3047. , password
  3048. , hash_value
  3049. , commentary
  3050. ) values (
  3051. 'Oracle'
  3052. ,3
  3053. ,'OEMADM'
  3054. ,'OEMADM'
  3055. ,'9DCE98CCF541AAE6'
  3056. ,''
  3057. )
  3058. /
  3059.  
  3060.  
  3061. insert into osp_accounts
  3062. (product
  3063. , security_level
  3064. , username
  3065. , password
  3066. , hash_value
  3067. , commentary
  3068. ) values (
  3069. 'Oracle'
  3070. ,3
  3071. ,'OEMREP'
  3072. ,'OEMREP'
  3073. ,'7BB2F629772BF2E5'
  3074. ,''
  3075. )
  3076. /
  3077.  
  3078.  
  3079. insert into osp_accounts
  3080. (product
  3081. , security_level
  3082. , username
  3083. , password
  3084. , hash_value
  3085. , commentary
  3086. ) values (
  3087. 'Oracle'
  3088. ,3
  3089. ,'OKB'
  3090. ,'OKB'
  3091. ,'A01A5F0698FC9E31'
  3092. ,'Oracle Applications'
  3093. )
  3094. /
  3095.  
  3096.  
  3097. insert into osp_accounts
  3098. (product
  3099. , security_level
  3100. , username
  3101. , password
  3102. , hash_value
  3103. , commentary
  3104. ) values (
  3105. 'Oracle'
  3106. ,2
  3107. ,'OKC'
  3108. ,'OKC'
  3109. ,'31C1DDF4D5D63FE6'
  3110. ,'OKC is a schema account from Oracle Applications. Default it has several CREATE privileges.'
  3111. )
  3112. /
  3113.  
  3114.  
  3115. insert into osp_accounts
  3116. (product
  3117. , security_level
  3118. , username
  3119. , password
  3120. , hash_value
  3121. , commentary
  3122. ) values (
  3123. 'Oracle'
  3124. ,2
  3125. ,'OKE'
  3126. ,'OKE'
  3127. ,'B7C1BB95646C16FE'
  3128. ,'OKE is a schema account from Oracle Applications. Default it has several CREATE privileges.'
  3129. )
  3130. /
  3131.  
  3132.  
  3133. insert into osp_accounts
  3134. (product
  3135. , security_level
  3136. , username
  3137. , password
  3138. , hash_value
  3139. , commentary
  3140. ) values (
  3141. 'Oracle'
  3142. ,3
  3143. ,'OKI'
  3144. ,'OKI'
  3145. ,'991C817E5FD0F35A'
  3146. ,'Oracle Applications'
  3147. )
  3148. /
  3149.  
  3150.  
  3151. insert into osp_accounts
  3152. (product
  3153. , security_level
  3154. , username
  3155. , password
  3156. , hash_value
  3157. , commentary
  3158. ) values (
  3159. 'Oracle'
  3160. ,3
  3161. ,'OKO'
  3162. ,'OKO'
  3163. ,'6E204632EC7CA65D'
  3164. ,'Oracle Applications'
  3165. )
  3166. /
  3167.  
  3168.  
  3169. insert into osp_accounts
  3170. (product
  3171. , security_level
  3172. , username
  3173. , password
  3174. , hash_value
  3175. , commentary
  3176. ) values (
  3177. 'Oracle'
  3178. ,2
  3179. ,'OKR'
  3180. ,'OKR'
  3181. ,'BB0E28666845FCDC'
  3182. ,'OKR is a schema account from Oracle Applications. Default it has several CREATE privileges.'
  3183. )
  3184. /
  3185.  
  3186.  
  3187. insert into osp_accounts
  3188. (product
  3189. , security_level
  3190. , username
  3191. , password
  3192. , hash_value
  3193. , commentary
  3194. ) values (
  3195. 'Oracle'
  3196. ,2
  3197. ,'OKS'
  3198. ,'OKS'
  3199. ,'C2B4C76AB8257DF5'
  3200. ,'OKS is a schema account from Oracle Applications. Default it has several CREATE privileges.'
  3201. )
  3202. /
  3203.  
  3204.  
  3205. insert into osp_accounts
  3206. (product
  3207. , security_level
  3208. , username
  3209. , password
  3210. , hash_value
  3211. , commentary
  3212. ) values (
  3213. 'Oracle'
  3214. ,2
  3215. ,'OKX'
  3216. ,'OKX'
  3217. ,'F9FDEB0DE52F5D6B'
  3218. ,'OKX is a schema account from Oracle Applications. Default it has several CREATE privileges.'
  3219. )
  3220. /
  3221.  
  3222.  
  3223. insert into osp_accounts
  3224. (product
  3225. , security_level
  3226. , username
  3227. , password
  3228. , hash_value
  3229. , commentary
  3230. ) values (
  3231. 'Oracle'
  3232. ,3
  3233. ,'OLAPDBA'
  3234. ,'OLAPDBA'
  3235. ,'1AF71599EDACFB00'
  3236. ,'OLAPDBA is an administrative account for the OLAP Services option.'
  3237. )
  3238. /
  3239.  
  3240.  
  3241. insert into osp_accounts
  3242. (product
  3243. , security_level
  3244. , username
  3245. , password
  3246. , hash_value
  3247. , commentary
  3248. ) values (
  3249. 'Oracle'
  3250. ,3
  3251. ,'OLAPSVR'
  3252. ,'INSTANCE'
  3253. ,'AF52CFD036E8F425'
  3254. ,'OLAPSVR is an administrative account for the OLAP Services option.'
  3255. )
  3256. /
  3257.  
  3258.  
  3259. insert into osp_accounts
  3260. (product
  3261. , security_level
  3262. , username
  3263. , password
  3264. , hash_value
  3265. , commentary
  3266. ) values (
  3267. 'Oracle'
  3268. ,3
  3269. ,'OLAPSVR'
  3270. ,'OLAPSVR'
  3271. ,'3B3F6DB781927D0F'
  3272. ,'OLAPSVR is an administrative account for the OLAP Services option.'
  3273. )
  3274. /
  3275.  
  3276.  
  3277. insert into osp_accounts
  3278. (product
  3279. , security_level
  3280. , username
  3281. , password
  3282. , hash_value
  3283. , commentary
  3284. ) values (
  3285. 'Oracle'
  3286. ,3
  3287. ,'OLAPSYS'
  3288. ,'MANAGER'
  3289. ,'3FB8EF9DB538647C'
  3290. ,'OLAPSYS is an administrative account for the OLAP Services option.'
  3291. )
  3292. /
  3293.  
  3294.  
  3295. insert into osp_accounts
  3296. (product
  3297. , security_level
  3298. , username
  3299. , password
  3300. , hash_value
  3301. , commentary
  3302. ) values (
  3303. 'Oracle'
  3304. ,3
  3305. ,'OLAPSYS'
  3306. ,'OLAPSYS'
  3307. ,'C1510E7AC8F0D90D'
  3308. ,'OLAPSYS is an administrative account for the OLAP Services option.'
  3309. )
  3310. /
  3311.  
  3312.  
  3313. insert into osp_accounts
  3314. (product
  3315. , security_level
  3316. , username
  3317. , password
  3318. , hash_value
  3319. , commentary
  3320. ) values (
  3321. 'Oracle'
  3322. ,3
  3323. ,'OMWB_EMULATION'
  3324. ,'ORACLE'
  3325. ,'54A85D2A0AB8D865'
  3326. ,''
  3327. )
  3328. /
  3329.  
  3330.  
  3331. insert into osp_accounts
  3332. (product
  3333. , security_level
  3334. , username
  3335. , password
  3336. , hash_value
  3337. , commentary
  3338. ) values (
  3339. 'Oracle'
  3340. ,2
  3341. ,'ONT'
  3342. ,'ONT'
  3343. ,'9E3C81574654100A'
  3344. ,'ONT is a schema account from Oracle Applications. Default it has several CREATE privileges.'
  3345. )
  3346. /
  3347.  
  3348.  
  3349. insert into osp_accounts
  3350. (product
  3351. , security_level
  3352. , username
  3353. , password
  3354. , hash_value
  3355. , commentary
  3356. ) values (
  3357. 'Oracle'
  3358. ,3
  3359. ,'OO'
  3360. ,'OO'
  3361. ,'2AB9032E4483FAFC'
  3362. ,''
  3363. )
  3364. /
  3365.  
  3366.  
  3367. insert into osp_accounts
  3368. (product
  3369. , security_level
  3370. , username
  3371. , password
  3372. , hash_value
  3373. , commentary
  3374. ) values (
  3375. 'Oracle'
  3376. ,3
  3377. ,'OPENSPIRIT'
  3378. ,'OPENSPIRIT'
  3379. ,'D664AAB21CE86FD2'
  3380. ,''
  3381. )
  3382. /
  3383.  
  3384.  
  3385. insert into osp_accounts
  3386. (product
  3387. , security_level
  3388. , username
  3389. , password
  3390. , hash_value
  3391. , commentary
  3392. ) values (
  3393. 'Oracle'
  3394. ,2
  3395. ,'OPI'
  3396. ,'OPI'
  3397. ,'1BF23812A0AEEDA0'
  3398. ,'OPI is a schema account from Oracle Applications. Default it has several CREATE privileges.'
  3399. )
  3400. /
  3401.  
  3402.  
  3403. insert into osp_accounts
  3404. (product
  3405. , security_level
  3406. , username
  3407. , password
  3408. , hash_value
  3409. , commentary
  3410. ) values (
  3411. 'Oracle'
  3412. ,3
  3413. ,'ORACACHE'
  3414. ,'<UNKNOWN>'
  3415. ,''
  3416. ,''
  3417. )
  3418. /
  3419.  
  3420.  
  3421. insert into osp_accounts
  3422. (product
  3423. , security_level
  3424. , username
  3425. , password
  3426. , hash_value
  3427. , commentary
  3428. ) values (
  3429. 'Oracle'
  3430. ,3
  3431. ,'ORACACHE'
  3432. ,'ORACACHE'
  3433. ,'5A4EEC421DE68DDD'
  3434. ,''
  3435. )
  3436. /
  3437.  
  3438.  
  3439. insert into osp_accounts
  3440. (product
  3441. , security_level
  3442. , username
  3443. , password
  3444. , hash_value
  3445. , commentary
  3446. ) values (
  3447. 'Oracle'
  3448. ,3
  3449. ,'ORACLE'
  3450. ,'ORACLE'
  3451. ,'38E38619A12E0257'
  3452. ,''
  3453. )
  3454. /
  3455.  
  3456.  
  3457. insert into osp_accounts
  3458. (product
  3459. , security_level
  3460. , username
  3461. , password
  3462. , hash_value
  3463. , commentary
  3464. ) values (
  3465. 'Oracle'
  3466. ,3
  3467. ,'ORADBA'
  3468. ,'ORADBAPASS'
  3469. ,'C37E732953A8ABDB'
  3470. ,'ORADBA is a DBA account of Computer and Information Services from the University of Missouri-Rolla.'
  3471. )
  3472. /
  3473.  
  3474.  
  3475. insert into osp_accounts
  3476. (product
  3477. , security_level
  3478. , username
  3479. , password
  3480. , hash_value
  3481. , commentary
  3482. ) values (
  3483. 'Oracle'
  3484. ,3
  3485. ,'ORANGE'
  3486. ,'<UNKNOWN>'
  3487. ,'3D9B7E34A4F7D4E9'
  3488. ,'OR Solutions'
  3489. )
  3490. /
  3491.  
  3492.  
  3493. insert into osp_accounts
  3494. (product
  3495. , security_level
  3496. , username
  3497. , password
  3498. , hash_value
  3499. , commentary
  3500. ) values (
  3501. 'Oracle'
  3502. ,3
  3503. ,'ORAPROBE'
  3504. ,'ORAPROBE'
  3505. ,'2E3EA470A4CA2D94'
  3506. ,'User used to execute default password check scripts'
  3507. )
  3508. /
  3509.  
  3510.  
  3511. insert into osp_accounts
  3512. (product
  3513. , security_level
  3514. , username
  3515. , password
  3516. , hash_value
  3517. , commentary
  3518. ) values (
  3519. 'Oracle'
  3520. ,3
  3521. ,'ORAREGSYS'
  3522. ,'ORAREGSYS'
  3523. ,'28D778112C63CB15'
  3524. ,''
  3525. )
  3526. /
  3527.  
  3528.  
  3529. insert into osp_accounts
  3530. (product
  3531. , security_level
  3532. , username
  3533. , password
  3534. , hash_value
  3535. , commentary
  3536. ) values (
  3537. 'Oracle'
  3538. ,3
  3539. ,'ORASSO'
  3540. ,'ORASSO'
  3541. ,'F3701A008AA578CF'
  3542. ,'ORASSO is the schema of Oracle9iAS Single Sign-On.'
  3543. )
  3544. /
  3545.  
  3546.  
  3547. insert into osp_accounts
  3548. (product
  3549. , security_level
  3550. , username
  3551. , password
  3552. , hash_value
  3553. , commentary
  3554. ) values (
  3555. 'Oracle'
  3556. ,3
  3557. ,'ORASSO_DS'
  3558. ,'ORASSO_DS'
  3559. ,'17DC8E02BC75C141'
  3560. ,'ORASSO_DS is an account belonging to Oracle9iAS Single Sign-On.'
  3561. )
  3562. /
  3563.  
  3564.  
  3565. insert into osp_accounts
  3566. (product
  3567. , security_level
  3568. , username
  3569. , password
  3570. , hash_value
  3571. , commentary
  3572. ) values (
  3573. 'Oracle'
  3574. ,3
  3575. ,'ORASSO_PA'
  3576. ,'ORASSO_PA'
  3577. ,'133F8D161296CB8F'
  3578. ,'ORASSO_PA is an account belonging to Oracle9iAS Single Sign-On.'
  3579. )
  3580. /
  3581.  
  3582.  
  3583. insert into osp_accounts
  3584. (product
  3585. , security_level
  3586. , username
  3587. , password
  3588. , hash_value
  3589. , commentary
  3590. ) values (
  3591. 'Oracle'
  3592. ,3
  3593. ,'ORASSO_PS'
  3594. ,'ORASSO_PS'
  3595. ,'63BB534256053305'
  3596. ,'ORASSO_PS is an account belonging to Oracle9iAS Single Sign-On.'
  3597. )
  3598. /
  3599.  
  3600.  
  3601. insert into osp_accounts
  3602. (product
  3603. , security_level
  3604. , username
  3605. , password
  3606. , hash_value
  3607. , commentary
  3608. ) values (
  3609. 'Oracle'
  3610. ,3
  3611. ,'ORASSO_PUBLIC'
  3612. ,'ORASSO_PUBLIC'
  3613. ,'C6EED68A8F75F5D3'
  3614. ,'ORASSO_PUBLIC is a public account for Oracle9iAS Single Sign-On.'
  3615. )
  3616. /
  3617.  
  3618.  
  3619. insert into osp_accounts
  3620. (product
  3621. , security_level
  3622. , username
  3623. , password
  3624. , hash_value
  3625. , commentary
  3626. ) values (
  3627. 'Oracle'
  3628. ,3
  3629. ,'ORASTAT'
  3630. ,'ORASTAT'
  3631. ,'6102BAE530DD4B95'
  3632. ,''
  3633. )
  3634. /
  3635.  
  3636.  
  3637. insert into osp_accounts
  3638. (product
  3639. , security_level
  3640. , username
  3641. , password
  3642. , hash_value
  3643. , commentary
  3644. ) values (
  3645. 'Oracle'
  3646. ,3
  3647. ,'ORCLADMIN'
  3648. ,'WELCOME'
  3649. ,'7C0BE475D580FBA2'
  3650. ,'n/a'
  3651. )
  3652. /
  3653.  
  3654.  
  3655. insert into osp_accounts
  3656. (product
  3657. , security_level
  3658. , username
  3659. , password
  3660. , hash_value
  3661. , commentary
  3662. ) values (
  3663. 'Oracle'
  3664. ,3
  3665. ,'ORDCOMMON'
  3666. ,'ORDCOMMON'
  3667. ,'9B616F5489F90AD7'
  3668. ,''
  3669. )
  3670. /
  3671.  
  3672.  
  3673. insert into osp_accounts
  3674. (product
  3675. , security_level
  3676. , username
  3677. , password
  3678. , hash_value
  3679. , commentary
  3680. ) values (
  3681. 'Oracle'
  3682. ,2
  3683. ,'DBSNMP'
  3684. ,'DBSNMP'
  3685. ,'E066D214D5421CCC'
  3686. ,'DBSNMP is an account for the Oracle Intelligent Agent. Under certain circumstances it allows to read passwords from memory.'
  3687. )
  3688. /
  3689.  
  3690.  
  3691. insert into osp_accounts
  3692. (product
  3693. , security_level
  3694. , username
  3695. , password
  3696. , hash_value
  3697. , commentary
  3698. ) values (
  3699. 'Oracle'
  3700. ,3
  3701. ,'DBVISION'
  3702. ,'DBVISION'
  3703. ,'F74F7EF36A124931'
  3704. ,'DBVISION is an administrative account of Platinum DBVision.'
  3705. )
  3706. /
  3707.  
  3708.  
  3709. insert into osp_accounts
  3710. (product
  3711. , security_level
  3712. , username
  3713. , password
  3714. , hash_value
  3715. , commentary
  3716. ) values (
  3717. 'Oracle'
  3718. ,3
  3719. ,'DCM'
  3720. ,'<UNKNOWN>'
  3721. ,''
  3722. ,'DCM is an administrative account of Oracle 9iAS Distributed Configuration Manager.'
  3723. )
  3724. /
  3725.  
  3726.  
  3727. insert into osp_accounts
  3728. (product
  3729. , security_level
  3730. , username
  3731. , password
  3732. , hash_value
  3733. , commentary
  3734. ) values (
  3735. 'Oracle'
  3736. ,3
  3737. ,'DDIC'
  3738. ,'199220706'
  3739. ,'4F9FFB093F909574'
  3740. ,'This is a SAP application user ID'
  3741. )
  3742. /
  3743.  
  3744.  
  3745. insert into osp_accounts
  3746. (product
  3747. , security_level
  3748. , username
  3749. , password
  3750. , hash_value
  3751. , commentary
  3752. ) values (
  3753. 'Oracle'
  3754. ,3
  3755. ,'DEMO'
  3756. ,'DEMO'
  3757. ,'4646116A123897CF'
  3758. ,'DEMO is a commonly used name for demonstration accounts. This should not exist in a production environment.'
  3759. )
  3760. /
  3761.  
  3762.  
  3763. insert into osp_accounts
  3764. (product
  3765. , security_level
  3766. , username
  3767. , password
  3768. , hash_value
  3769. , commentary
  3770. ) values (
  3771. 'Oracle'
  3772. ,3
  3773. ,'DEMO8'
  3774. ,'DEMO8'
  3775. ,'0E7260738FDFD678'
  3776. ,'DEMO8 is some kind of demonstration account.'
  3777. )
  3778. /
  3779.  
  3780.  
  3781. insert into osp_accounts
  3782. (product
  3783. , security_level
  3784. , username
  3785. , password
  3786. , hash_value
  3787. , commentary
  3788. ) values (
  3789. 'Oracle'
  3790. ,3
  3791. ,'DEMO9'
  3792. ,'DEMO9'
  3793. ,'EE02531A80D998CA'
  3794. ,'DEMO9 is some kind of demonstration account.'
  3795. )
  3796. /
  3797.  
  3798.  
  3799. insert into osp_accounts
  3800. (product
  3801. , security_level
  3802. , username
  3803. , password
  3804. , hash_value
  3805. , commentary
  3806. ) values (
  3807. 'Oracle'
  3808. ,3
  3809. ,'DES'
  3810. ,'DES'
  3811. ,'ABFEC5AC2274E54D'
  3812. ,'DES is a common name for a Oracle Designer account.'
  3813. )
  3814. /
  3815.  
  3816.  
  3817. insert into osp_accounts
  3818. (product
  3819. , security_level
  3820. , username
  3821. , password
  3822. , hash_value
  3823. , commentary
  3824. ) values (
  3825. 'Oracle'
  3826. ,3
  3827. ,'DES2K'
  3828. ,'DES2K'
  3829. ,'611E7A73EC4B425A'
  3830. ,'DES2K is an account of Oracle Designer 2000.'
  3831. )
  3832. /
  3833.  
  3834.  
  3835. insert into osp_accounts
  3836. (product
  3837. , security_level
  3838. , username
  3839. , password
  3840. , hash_value
  3841. , commentary
  3842. ) values (
  3843. 'Oracle'
  3844. ,3
  3845. ,'DEV2000_DEMOS'
  3846. ,'DEV2000_DEMOS'
  3847. ,'18A0C8BD6B13BEE2'
  3848. ,'DEV2000_DEMOS is a demonstration account for Oracle Developer.'
  3849. )
  3850. /
  3851.  
  3852.  
  3853. insert into osp_accounts
  3854. (product
  3855. , security_level
  3856. , username
  3857. , password
  3858. , hash_value
  3859. , commentary
  3860. ) values (
  3861. 'Oracle'
  3862. ,3
  3863. ,'DIANE'
  3864. ,'PASSWO1'
  3865. ,'46DC27700F2ADE28'
  3866. ,'DIANE is an account to demonstrate AOLServer. It should not exist in a production environment.'
  3867. )
  3868. /
  3869.  
  3870.  
  3871. insert into osp_accounts
  3872. (product
  3873. , security_level
  3874. , username
  3875. , password
  3876. , hash_value
  3877. , commentary
  3878. ) values (
  3879. 'Oracle'
  3880. ,2
  3881. ,'DIP'
  3882. ,'DIP'
  3883. ,'CE4A36B8E06CA59C'
  3884. ,'10g'
  3885. )
  3886. /
  3887.  
  3888.  
  3889. insert into osp_accounts
  3890. (product
  3891. , security_level
  3892. , username
  3893. , password
  3894. , hash_value
  3895. , commentary
  3896. ) values (
  3897. 'Oracle'
  3898. ,2
  3899. ,'DISCOVERER_ADMIN'
  3900. ,'DISCOVERER_ADMIN'
  3901. ,'5C1AED4D1AADAA4C'
  3902. ,''
  3903. )
  3904. /
  3905.  
  3906.  
  3907. insert into osp_accounts
  3908. (product
  3909. , security_level
  3910. , username
  3911. , password
  3912. , hash_value
  3913. , commentary
  3914. ) values (
  3915. 'Oracle'
  3916. ,3
  3917. ,'DISCOVERER5'
  3918. ,'<UNKNOWN>'
  3919. ,''
  3920. ,'DISCOVERER5 is an administrative account of Oracle9iAS Discoverer.'
  3921. )
  3922. /
  3923.  
  3924.  
  3925. insert into osp_accounts
  3926. (product
  3927. , security_level
  3928. , username
  3929. , password
  3930. , hash_value
  3931. , commentary
  3932. ) values (
  3933. 'Oracle'
  3934. ,3
  3935. ,'DMSYS'
  3936. ,'DMSYS'
  3937. ,'BFBA5A553FD9E28A'
  3938. ,'10g'
  3939. )
  3940. /
  3941.  
  3942.  
  3943. insert into osp_accounts
  3944. (product
  3945. , security_level
  3946. , username
  3947. , password
  3948. , hash_value
  3949. , commentary
  3950. ) values (
  3951. 'Oracle'
  3952. ,3
  3953. ,'DPF'
  3954. ,'DPFPASS'
  3955. ,'E53F7C782FAA6898'
  3956. ,'DPF is an account of Computer and Information Services from the University of Missouri-Rolla.'
  3957. )
  3958. /
  3959.  
  3960.  
  3961. insert into osp_accounts
  3962. (product
  3963. , security_level
  3964. , username
  3965. , password
  3966. , hash_value
  3967. , commentary
  3968. ) values (
  3969. 'Oracle'
  3970. ,3
  3971. ,'DSGATEWAY'
  3972. ,'<UNKNOWN>'
  3973. ,''
  3974. ,'DSGATEWAY is an account for Oracle Syndication Server.'
  3975. )
  3976. /
  3977.  
  3978.  
  3979. insert into osp_accounts
  3980. (product
  3981. , security_level
  3982. , username
  3983. , password
  3984. , hash_value
  3985. , commentary
  3986. ) values (
  3987. 'Oracle'
  3988. ,3
  3989. ,'DSGATEWAY'
  3990. ,'DSGATEWAY'
  3991. ,'6869F3CFD027983A'
  3992. ,'DSGATEWAY is an account for Oracle Syndication Server.'
  3993. )
  3994. /
  3995.  
  3996.  
  3997. insert into osp_accounts
  3998. (product
  3999. , security_level
  4000. , username
  4001. , password
  4002. , hash_value
  4003. , commentary
  4004. ) values (
  4005. 'Oracle'
  4006. ,3
  4007. ,'DSSYS'
  4008. ,'DSSYS'
  4009. ,'E3B6E6006B3A99E0'
  4010. ,'DSSYS is an account for Oracle Dynamic Services/Web Services.'
  4011. )
  4012. /
  4013.  
  4014.  
  4015. insert into osp_accounts
  4016. (product
  4017. , security_level
  4018. , username
  4019. , password
  4020. , hash_value
  4021. , commentary
  4022. ) values (
  4023. 'Oracle'
  4024. ,3
  4025. ,'DTSP'
  4026. ,'DTSP'
  4027. ,'5A40D4065B3673D2'
  4028. ,''
  4029. )
  4030. /
  4031.  
  4032.  
  4033. insert into osp_accounts
  4034. (product
  4035. , security_level
  4036. , username
  4037. , password
  4038. , hash_value
  4039. , commentary
  4040. ) values (
  4041. 'Oracle'
  4042. ,2
  4043. ,'EAA'
  4044. ,'EAA'
  4045. ,'A410B2C5A0958CDF'
  4046. ,'EAA is a schema account from Oracle Applications. Default it has several CREATE privileges.'
  4047. )
  4048. /
  4049.  
  4050.  
  4051. insert into osp_accounts
  4052. (product
  4053. , security_level
  4054. , username
  4055. , password
  4056. , hash_value
  4057. , commentary
  4058. ) values (
  4059. 'Oracle'
  4060. ,2
  4061. ,'EAM'
  4062. ,'EAM'
  4063. ,'CE8234D92FCFB563'
  4064. ,'EAM is a schema account from Oracle Applications. Default it has several CREATE privileges.'
  4065. )
  4066. /
  4067.  
  4068.  
  4069. insert into osp_accounts
  4070. (product
  4071. , security_level
  4072. , username
  4073. , password
  4074. , hash_value
  4075. , commentary
  4076. ) values (
  4077. 'Oracle'
  4078. ,3
  4079. ,'EARLYWATCH'
  4080. ,'SUPPORT'
  4081. ,'8AA1C62E08C76445'
  4082. ,''
  4083. )
  4084. /
  4085.  
  4086.  
  4087. insert into osp_accounts
  4088. (product
  4089. , security_level
  4090. , username
  4091. , password
  4092. , hash_value
  4093. , commentary
  4094. ) values (
  4095. 'Oracle'
  4096. ,3
  4097. ,'EAST'
  4098. ,'EAST'
  4099. ,'C5D5C455A1DE5F4D'
  4100. ,''
  4101. )
  4102. /
  4103.  
  4104.  
  4105. insert into osp_accounts
  4106. (product
  4107. , security_level
  4108. , username
  4109. , password
  4110. , hash_value
  4111. , commentary
  4112. ) values (
  4113. 'Oracle'
  4114. ,2
  4115. ,'EC'
  4116. ,'EC'
  4117. ,'6A066C462B62DD46'
  4118. ,'EC is a schema account from Oracle Applications. Default it has several ANY privs, amongst which ALTER ANY PROCEDURE.'
  4119. )
  4120. /
  4121.  
  4122.  
  4123. insert into osp_accounts
  4124. (product
  4125. , security_level
  4126. , username
  4127. , password
  4128. , hash_value
  4129. , commentary
  4130. ) values (
  4131. 'Oracle'
  4132. ,2
  4133. ,'ECX'
  4134. ,'ECX'
  4135. ,'0A30645183812087'
  4136. ,'ECX is a schema account from Oracle Applications. Default it has several CREATE privileges.'
  4137. )
  4138. /
  4139.  
  4140.  
  4141. insert into osp_accounts
  4142. (product
  4143. , security_level
  4144. , username
  4145. , password
  4146. , hash_value
  4147. , commentary
  4148. ) values (
  4149. 'Oracle'
  4150. ,3
  4151. ,'EJB'
  4152. ,'EJB'
  4153. ,'69CB07E2162C6C93'
  4154. ,''
  4155. )
  4156. /
  4157.  
  4158.  
  4159. insert into osp_accounts
  4160. (product
  4161. , security_level
  4162. , username
  4163. , password
  4164. , hash_value
  4165. , commentary
  4166. ) values (
  4167. 'Oracle'
  4168. ,3
  4169. ,'EJSADMIN'
  4170. ,'EJSADMIN'
  4171. ,'4C59B97125B6641A'
  4172. ,''
  4173. )
  4174. /
  4175.  
  4176.  
  4177. insert into osp_accounts
  4178. (product
  4179. , security_level
  4180. , username
  4181. , password
  4182. , hash_value
  4183. , commentary
  4184. ) values (
  4185. 'Oracle'
  4186. ,3
  4187. ,'EJSADMIN'
  4188. ,'EJSADMIN_PASSWORD'
  4189. ,'313F9DFD92922CD2'
  4190. ,''
  4191. )
  4192. /
  4193.  
  4194.  
  4195. insert into osp_accounts
  4196. (product
  4197. , security_level
  4198. , username
  4199. , password
  4200. , hash_value
  4201. , commentary
  4202. ) values (
  4203. 'Oracle'
  4204. ,3
  4205. ,'EMP'
  4206. ,'EMP'
  4207. ,'B40C23C6E2B4EA3D'
  4208. ,'EMP is an training account (I think). It should not be on production environments.'
  4209. )
  4210. /
  4211.  
  4212.  
  4213. insert into osp_accounts
  4214. (product
  4215. , security_level
  4216. , username
  4217. , password
  4218. , hash_value
  4219. , commentary
  4220. ) values (
  4221. 'Oracle'
  4222. ,2
  4223. ,'ENG'
  4224. ,'ENG'
  4225. ,'4553A3B443FB3207'
  4226. ,'ENG is a schema account from Oracle Applications. Default it has several ANY privs, amongst which ALTER ANY PROCEDURE.'
  4227. )
  4228. /
  4229.  
  4230.  
  4231. insert into osp_accounts
  4232. (product
  4233. , security_level
  4234. , username
  4235. , password
  4236. , hash_value
  4237. , commentary
  4238. ) values (
  4239. 'Oracle'
  4240. ,2
  4241. ,'ENI'
  4242. ,'ENI'
  4243. ,'05A92C0958AFBCBC'
  4244. ,'ENI is a schema account from Oracle Applications. Default it has several ANY privs, amongst which ALTER ANY PROCEDURE.'
  4245. )
  4246. /
  4247.  
  4248.  
  4249. insert into osp_accounts
  4250. (product
  4251. , security_level
  4252. , username
  4253. , password
  4254. , hash_value
  4255. , commentary
  4256. ) values (
  4257. 'Oracle'
  4258. ,3
  4259. ,'ESTOREUSER'
  4260. ,'ESTORE'
  4261. ,'51063C47AC2628D4'
  4262. ,'ESTOREUSER is an administration account for WebSphere.'
  4263. )
  4264. /
  4265.  
  4266.  
  4267. insert into osp_accounts
  4268. (product
  4269. , security_level
  4270. , username
  4271. , password
  4272. , hash_value
  4273. , commentary
  4274. ) values (
  4275. 'Oracle'
  4276. ,3
  4277. ,'EVENT'
  4278. ,'EVENT'
  4279. ,'7CA0A42DA768F96D'
  4280. ,'EVENT is an administration account for Oracle Discoverer.'
  4281. )
  4282. /
  4283.  
  4284.  
  4285. insert into osp_accounts
  4286. (product
  4287. , security_level
  4288. , username
  4289. , password
  4290. , hash_value
  4291. , commentary
  4292. ) values (
  4293. 'Oracle'
  4294. ,2
  4295. ,'EVM'
  4296. ,'EVM'
  4297. ,'137CEDC20DE69F71'
  4298. ,'EMV is a schema account from Oracle Applications. Default it has several CREATE privileges.'
  4299. )
  4300. /
  4301.  
  4302.  
  4303. insert into osp_accounts
  4304. (product
  4305. , security_level
  4306. , username
  4307. , password
  4308. , hash_value
  4309. , commentary
  4310. ) values (
  4311. 'Oracle'
  4312. ,3
  4313. ,'EXAMPLE'
  4314. ,'EXAMPLE'
  4315. ,'637417B1DC47C2E5'
  4316. ,''
  4317. )
  4318. /
  4319.  
  4320.  
  4321. insert into osp_accounts
  4322. (product
  4323. , security_level
  4324. , username
  4325. , password
  4326. , hash_value
  4327. , commentary
  4328. ) values (
  4329. 'Oracle'
  4330. ,2
  4331. ,'EXFSYS'
  4332. ,'EXFSYS'
  4333. ,'66F4EF5650C20355'
  4334. ,''
  4335. )
  4336. /
  4337.  
  4338.  
  4339. insert into osp_accounts
  4340. (product
  4341. , security_level
  4342. , username
  4343. , password
  4344. , hash_value
  4345. , commentary
  4346. ) values (
  4347. 'Oracle'
  4348. ,3
  4349. ,'EXTDEMO'
  4350. ,'EXTDEMO'
  4351. ,'BAEF9D34973EE4EC'
  4352. ,'9ir2 '
  4353. )
  4354. /
  4355.  
  4356.  
  4357. insert into osp_accounts
  4358. (product
  4359. , security_level
  4360. , username
  4361. , password
  4362. , hash_value
  4363. , commentary
  4364. ) values (
  4365. 'Oracle'
  4366. ,3
  4367. ,'EXTDEMO2'
  4368. ,'EXTDEMO2'
  4369. ,'6A10DD2DB23880CB'
  4370. ,'9ir2 '
  4371. )
  4372. /
  4373.  
  4374.  
  4375. insert into osp_accounts
  4376. (product
  4377. , security_level
  4378. , username
  4379. , password
  4380. , hash_value
  4381. , commentary
  4382. ) values (
  4383. 'Oracle'
  4384. ,2
  4385. ,'FA'
  4386. ,'FA'
  4387. ,'21A837D0AED8F8E5'
  4388. ,'FA is a schema account from Oracle Applications. Default it has several ANY privs, amongst which ALTER ANY PROCEDURE.'
  4389. )
  4390. /
  4391.  
  4392.  
  4393. insert into osp_accounts
  4394. (product
  4395. , security_level
  4396. , username
  4397. , password
  4398. , hash_value
  4399. , commentary
  4400. ) values (
  4401. 'Oracle'
  4402. ,2
  4403. ,'FEM'
  4404. ,'FEM'
  4405. ,'BD63D79ADF5262E7'
  4406. ,'FEM is a schema account from Oracle Applications. Default it has several CREATE privileges.'
  4407. )
  4408. /
  4409.  
  4410.  
  4411. insert into osp_accounts
  4412. (product
  4413. , security_level
  4414. , username
  4415. , password
  4416. , hash_value
  4417. , commentary
  4418. ) values (
  4419. 'Oracle'
  4420. ,2
  4421. ,'FII'
  4422. ,'FII'
  4423. ,'CF39DE29C08F71B9'
  4424. ,'FII is a schema account from Oracle Applications. Default it has several CREATE privileges.'
  4425. )
  4426. /
  4427.  
  4428.  
  4429. insert into osp_accounts
  4430. (product
  4431. , security_level
  4432. , username
  4433. , password
  4434. , hash_value
  4435. , commentary
  4436. ) values (
  4437. 'Oracle'
  4438. ,3
  4439. ,'FINANCE'
  4440. ,'FINANCE'
  4441. ,'6CBBF17292A1B9AA'
  4442. ,'FINANCE is a schema account for Oracle Financials.'
  4443. )
  4444. /
  4445.  
  4446.  
  4447. insert into osp_accounts
  4448. (product
  4449. , security_level
  4450. , username
  4451. , password
  4452. , hash_value
  4453. , commentary
  4454. ) values (
  4455. 'Oracle'
  4456. ,3
  4457. ,'FINPROD'
  4458. ,'FINPROD'
  4459. ,'8E2713F53A3D69D5'
  4460. ,'OraSecurityChk.exe'
  4461. )
  4462. /
  4463.  
  4464.  
  4465. insert into osp_accounts
  4466. (product
  4467. , security_level
  4468. , username
  4469. , password
  4470. , hash_value
  4471. , commentary
  4472. ) values (
  4473. 'Oracle'
  4474. ,2
  4475. ,'FLM'
  4476. ,'FLM'
  4477. ,'CEE2C4B59E7567A3'
  4478. ,'FLM is a schema account from Oracle Applications. Default it has several CREATE privileges.'
  4479. )
  4480. /
  4481.  
  4482.  
  4483. insert into osp_accounts
  4484. (product
  4485. , security_level
  4486. , username
  4487. , password
  4488. , hash_value
  4489. , commentary
  4490. ) values (
  4491. 'Oracle'
  4492. ,3
  4493. ,'FND'
  4494. ,'FND'
  4495. ,'0C0832F8B6897321'
  4496. ,'FND is an account for Oracle Applications, the Financials (?) package.'
  4497. )
  4498. /
  4499.  
  4500.  
  4501. insert into osp_accounts
  4502. (product
  4503. , security_level
  4504. , username
  4505. , password
  4506. , hash_value
  4507. , commentary
  4508. ) values (
  4509. 'Oracle'
  4510. ,3
  4511. ,'FOO'
  4512. ,'BAR'
  4513. ,'707156934A6318D4'
  4514. ,'9ir2 '
  4515. )
  4516. /
  4517.  
  4518.  
  4519. insert into osp_accounts
  4520. (product
  4521. , security_level
  4522. , username
  4523. , password
  4524. , hash_value
  4525. , commentary
  4526. ) values (
  4527. 'Oracle'
  4528. ,2
  4529. ,'FPT'
  4530. ,'FPT'
  4531. ,'73E3EC9C0D1FAECF'
  4532. ,'FPT is a schema account from Oracle Applications. Default it has several CREATE privileges.'
  4533. )
  4534. /
  4535.  
  4536.  
  4537. insert into osp_accounts
  4538. (product
  4539. , security_level
  4540. , username
  4541. , password
  4542. , hash_value
  4543. , commentary
  4544. ) values (
  4545. 'Oracle'
  4546. ,2
  4547. ,'FRM'
  4548. ,'FRM'
  4549. ,'9A2A7E2EBE6E4F71'
  4550. ,'FRM is a schema account from Oracle Applications. Default it has several CREATE privileges.'
  4551. )
  4552. /
  4553.  
  4554.  
  4555. insert into osp_accounts
  4556. (product
  4557. , security_level
  4558. , username
  4559. , password
  4560. , hash_value
  4561. , commentary
  4562. ) values (
  4563. 'Oracle'
  4564. ,3
  4565. ,'FROSTY'
  4566. ,'SNOWMAN'
  4567. ,'2ED539F71B4AA697'
  4568. ,'FROSTY seems to be some kind of test account from a guide to install Oracle on RedHat. This account should not be on production.'
  4569. )
  4570. /
  4571.  
  4572.  
  4573. insert into osp_accounts
  4574. (product
  4575. , security_level
  4576. , username
  4577. , password
  4578. , hash_value
  4579. , commentary
  4580. ) values (
  4581. 'Oracle'
  4582. ,2
  4583. ,'FTE'
  4584. ,'FTE'
  4585. ,'2FB4D2C9BAE2CCCA'
  4586. ,'FTE is a schema account from Oracle Applications. Default it has several CREATE privileges.'
  4587. )
  4588. /
  4589.  
  4590.  
  4591. insert into osp_accounts
  4592. (product
  4593. , security_level
  4594. , username
  4595. , password
  4596. , hash_value
  4597. , commentary
  4598. ) values (
  4599. 'Oracle'
  4600. ,2
  4601. ,'FV'
  4602. ,'FV'
  4603. ,'907D70C0891A85B1'
  4604. ,'FV is a schema account from Oracle Applications. Default it has several CREATE privileges.'
  4605. )
  4606. /
  4607.  
  4608.  
  4609. insert into osp_accounts
  4610. (product
  4611. , security_level
  4612. , username
  4613. , password
  4614. , hash_value
  4615. , commentary
  4616. ) values (
  4617. 'Oracle'
  4618. ,3
  4619. ,'GL'
  4620. ,'GL'
  4621. ,'CD6E99DACE4EA3A6'
  4622. ,'GL is the schema account of the General Ledger module of the Oracle E-Business suite.'
  4623. )
  4624. /
  4625.  
  4626.  
  4627. insert into osp_accounts
  4628. (product
  4629. , security_level
  4630. , username
  4631. , password
  4632. , hash_value
  4633. , commentary
  4634. ) values (
  4635. 'Oracle'
  4636. ,2
  4637. ,'GMA'
  4638. ,'GMA'
  4639. ,'DC7948E807DFE242'
  4640. ,'GMA is a schema account from Oracle Applications. Default it has several CREATE privileges.'
  4641. )
  4642. /
  4643.  
  4644.  
  4645. insert into osp_accounts
  4646. (product
  4647. , security_level
  4648. , username
  4649. , password
  4650. , hash_value
  4651. , commentary
  4652. ) values (
  4653. 'Oracle'
  4654. ,2
  4655. ,'GMD'
  4656. ,'GMD'
  4657. ,'E269165256F22F01'
  4658. ,'GMD is a schema account from Oracle Applications. Default it has several CREATE privileges.'
  4659. )
  4660. /
  4661.  
  4662.  
  4663. insert into osp_accounts
  4664. (product
  4665. , security_level
  4666. , username
  4667. , password
  4668. , hash_value
  4669. , commentary
  4670. ) values (
  4671. 'Oracle'
  4672. ,2
  4673. ,'GME'
  4674. ,'GME'
  4675. ,'B2F0E221F45A228F'
  4676. ,'GME is a schema account from Oracle Applications. Default it has several CREATE privileges.'
  4677. )
  4678. /
  4679.  
  4680.  
  4681. insert into osp_accounts
  4682. (product
  4683. , security_level
  4684. , username
  4685. , password
  4686. , hash_value
  4687. , commentary
  4688. ) values (
  4689. 'Oracle'
  4690. ,2
  4691. ,'GMF'
  4692. ,'GMF'
  4693. ,'A07F1956E3E468E1'
  4694. ,'GMF is a schema account from Oracle Applications. Default it has several CREATE privileges.'
  4695. )
  4696. /
  4697.  
  4698.  
  4699. insert into osp_accounts
  4700. (product
  4701. , security_level
  4702. , username
  4703. , password
  4704. , hash_value
  4705. , commentary
  4706. ) values (
  4707. 'Oracle'
  4708. ,2
  4709. ,'GMI'
  4710. ,'GMI'
  4711. ,'82542940B0CF9C16'
  4712. ,'GMI is a schema account from Oracle Applications. Default it has several CREATE privileges.'
  4713. )
  4714. /
  4715.  
  4716.  
  4717. insert into osp_accounts
  4718. (product
  4719. , security_level
  4720. , username
  4721. , password
  4722. , hash_value
  4723. , commentary
  4724. ) values (
  4725. 'Oracle'
  4726. ,2
  4727. ,'GML'
  4728. ,'GML'
  4729. ,'5F1869AD455BBA73'
  4730. ,'GML is a schema account from Oracle Applications. Default it has several CREATE privileges.'
  4731. )
  4732. /
  4733.  
  4734.  
  4735. insert into osp_accounts
  4736. (product
  4737. , security_level
  4738. , username
  4739. , password
  4740. , hash_value
  4741. , commentary
  4742. ) values (
  4743. 'Oracle'
  4744. ,2
  4745. ,'GMP'
  4746. ,'GMP'
  4747. ,'450793ACFCC7B58E'
  4748. ,'GMP is a schema account from Oracle Applications. Default it has several CREATE privileges.'
  4749. )
  4750. /
  4751.  
  4752.  
  4753. insert into osp_accounts
  4754. (product
  4755. , security_level
  4756. , username
  4757. , password
  4758. , hash_value
  4759. , commentary
  4760. ) values (
  4761. 'Oracle'
  4762. ,2
  4763. ,'GMS'
  4764. ,'GMS'
  4765. ,'E654261035504804'
  4766. ,'GMS is a schema account from Oracle Applications. Default it has several CREATE privileges.'
  4767. )
  4768. /
  4769.  
  4770.  
  4771. insert into osp_accounts
  4772. (product
  4773. , security_level
  4774. , username
  4775. , password
  4776. , hash_value
  4777. , commentary
  4778. ) values (
  4779. 'Oracle'
  4780. ,3
  4781. ,'GPFD'
  4782. ,'GPFD'
  4783. ,'BA787E988F8BC424'
  4784. ,'GPFD is an account of an unknown 3rd party product'
  4785. )
  4786. /
  4787.  
  4788.  
  4789. insert into osp_accounts
  4790. (product
  4791. , security_level
  4792. , username
  4793. , password
  4794. , hash_value
  4795. , commentary
  4796. ) values (
  4797. 'Oracle'
  4798. ,3
  4799. ,'GPLD'
  4800. ,'GPLD'
  4801. ,'9D561E4D6585824B'
  4802. ,'GPFD is an account of an unknown 3rd party product'
  4803. )
  4804. /
  4805.  
  4806.  
  4807. insert into osp_accounts
  4808. (product
  4809. , security_level
  4810. , username
  4811. , password
  4812. , hash_value
  4813. , commentary
  4814. ) values (
  4815. 'Oracle'
  4816. ,2
  4817. ,'GR'
  4818. ,'GR'
  4819. ,'F5AB0AA3197AEE42'
  4820. ,'GR is a schema account from Oracle Applications. Default it has several CREATE privileges.'
  4821. )
  4822. /
  4823.  
  4824.  
  4825. insert into osp_accounts
  4826. (product
  4827. , security_level
  4828. , username
  4829. , password
  4830. , hash_value
  4831. , commentary
  4832. ) values (
  4833. 'Oracle'
  4834. ,3
  4835. ,'HADES'
  4836. ,'HADES'
  4837. ,'2485287AC1DB6756'
  4838. ,''
  4839. )
  4840. /
  4841.  
  4842.  
  4843. insert into osp_accounts
  4844. (product
  4845. , security_level
  4846. , username
  4847. , password
  4848. , hash_value
  4849. , commentary
  4850. ) values (
  4851. 'Oracle'
  4852. ,3
  4853. ,'HCPARK'
  4854. ,'HCPARK'
  4855. ,'3DE1EBA32154C56B'
  4856. ,'GPFD is an account of an unknown 3rd party product'
  4857. )
  4858. /
  4859.  
  4860.  
  4861. insert into osp_accounts
  4862. (product
  4863. , security_level
  4864. , username
  4865. , password
  4866. , hash_value
  4867. , commentary
  4868. ) values (
  4869. 'Oracle'
  4870. ,3
  4871. ,'HLW'
  4872. ,'HLW'
  4873. ,'855296220C095810'
  4874. ,'HLW seems to be part of a 9iAS demo. It should not be on a production environment then.'
  4875. )
  4876. /
  4877.  
  4878.  
  4879. insert into osp_accounts
  4880. (product
  4881. , security_level
  4882. , username
  4883. , password
  4884. , hash_value
  4885. , commentary
  4886. ) values (
  4887. 'Oracle'
  4888. ,3
  4889. ,'HR'
  4890. ,'UNKNOWN'
  4891. ,'6E0C251EABE4EBB8'
  4892. ,''
  4893. )
  4894. /
  4895.  
  4896.  
  4897. insert into osp_accounts
  4898. (product
  4899. , security_level
  4900. , username
  4901. , password
  4902. , hash_value
  4903. , commentary
  4904. ) values (
  4905. 'Oracle'
  4906. ,2
  4907. ,'ABM'
  4908. ,'ABM'
  4909. ,'D0F2982F121C7840'
  4910. ,'ABM is an account from Oracle Applications. It has, amongst others, CREATE DATABASE LINK privileges.'
  4911. )
  4912. /
  4913.  
  4914.  
  4915. insert into osp_accounts
  4916. (product
  4917. , security_level
  4918. , username
  4919. , password
  4920. , hash_value
  4921. , commentary
  4922. ) values (
  4923. 'Oracle'
  4924. ,4
  4925. ,'ADAMS'
  4926. ,'WOOD'
  4927. ,'72CDEF4A3483F60D'
  4928. ,'This is a training account. It should not be available in a production environment.'
  4929. )
  4930. /
  4931.  
  4932.  
  4933. insert into osp_accounts
  4934. (product
  4935. , security_level
  4936. , username
  4937. , password
  4938. , hash_value
  4939. , commentary
  4940. ) values (
  4941. 'Oracle'
  4942. ,3
  4943. ,'ADLDEMO'
  4944. ,'ADLDEMO'
  4945. ,'147215F51929A6E8'
  4946. ,'This is an account to demonstrate using LOBs in VBA code. It should not be installed in a production environment.'
  4947. )
  4948. /
  4949.  
  4950.  
  4951. insert into osp_accounts
  4952. (product
  4953. , security_level
  4954. , username
  4955. , password
  4956. , hash_value
  4957. , commentary
  4958. ) values (
  4959. 'Oracle'
  4960. ,3
  4961. ,'ADMIN'
  4962. ,'JETSPEED'
  4963. ,'CAC22318F162D597'
  4964. ,'ADMIN is an administration account of Apache Jetspeed.'
  4965. )
  4966. /
  4967.  
  4968.  
  4969. insert into osp_accounts
  4970. (product
  4971. , security_level
  4972. , username
  4973. , password
  4974. , hash_value
  4975. , commentary
  4976. ) values (
  4977. 'Oracle'
  4978. ,3
  4979. ,'ADMIN'
  4980. ,'WELCOME'
  4981. ,'B8B15AC9A946886A'
  4982. ,'ADMIN is a generally used accountname to administer a product (like Apache Jetspeed).'
  4983. )
  4984. /
  4985.  
  4986.  
  4987. insert into osp_accounts
  4988. (product
  4989. , security_level
  4990. , username
  4991. , password
  4992. , hash_value
  4993. , commentary
  4994. ) values (
  4995. 'Oracle'
  4996. ,3
  4997. ,'ADMINISTRATOR'
  4998. ,'ADMIN'
  4999. ,'F9ED601D936158BD'
  5000. ,'ADMINISTRATOR is a commonly used name for management accounts for applications.'
  5001. )
  5002. /
  5003.  
  5004.  
  5005. insert into osp_accounts
  5006. (product
  5007. , security_level
  5008. , username
  5009. , password
  5010. , hash_value
  5011. , commentary
  5012. ) values (
  5013. 'Oracle'
  5014. ,3
  5015. ,'ADMINISTRATOR'
  5016. ,'ADMINISTRATOR'
  5017. ,'1848F0A31D1C5C62'
  5018. ,'ADMINISTRATOR is a commonly used name for management accounts for applications.'
  5019. )
  5020. /
  5021.  
  5022.  
  5023. insert into osp_accounts
  5024. (product
  5025. , security_level
  5026. , username
  5027. , password
  5028. , hash_value
  5029. , commentary
  5030. ) values (
  5031. 'Oracle'
  5032. ,3
  5033. ,'AHL'
  5034. ,'AHL'
  5035. ,'7910AE63C9F7EEEE'
  5036. ,'Oracle Applications'
  5037. )
  5038. /
  5039.  
  5040.  
  5041. insert into osp_accounts
  5042. (product
  5043. , security_level
  5044. , username
  5045. , password
  5046. , hash_value
  5047. , commentary
  5048. ) values (
  5049. 'Oracle'
  5050. ,3
  5051. ,'AHM'
  5052. ,'AHM'
  5053. ,'33C2E27CF5E401A4'
  5054. ,'Oracle Applications'
  5055. )
  5056. /
  5057.  
  5058.  
  5059. insert into osp_accounts
  5060. (product
  5061. , security_level
  5062. , username
  5063. , password
  5064. , hash_value
  5065. , commentary
  5066. ) values (
  5067. 'Oracle'
  5068. ,2
  5069. ,'AK'
  5070. ,'AK'
  5071. ,'8FCB78BBA8A59515'
  5072. ,'AK is a schema account from Oracle Applications. Default it has many ANY privileges, amongst which ALTER ANY PROCEDURE.'
  5073. )
  5074. /
  5075.  
  5076.  
  5077. insert into osp_accounts
  5078. (product
  5079. , security_level
  5080. , username
  5081. , password
  5082. , hash_value
  5083. , commentary
  5084. ) values (
  5085. 'Oracle'
  5086. ,3
  5087. ,'ALHRO'
  5088. ,'XXX'
  5089. ,'049B2397FB1A419E'
  5090. ,'ALHRO is an unknown account.'
  5091. )
  5092. /
  5093.  
  5094.  
  5095. insert into osp_accounts
  5096. (product
  5097. , security_level
  5098. , username
  5099. , password
  5100. , hash_value
  5101. , commentary
  5102. ) values (
  5103. 'Oracle'
  5104. ,3
  5105. ,'ALHRW'
  5106. ,'XXX'
  5107. ,'B064872E7F344CAE'
  5108. ,'ALHRW is an unknown account.'
  5109. )
  5110. /
  5111.  
  5112.  
  5113. insert into osp_accounts
  5114. (product
  5115. , security_level
  5116. , username
  5117. , password
  5118. , hash_value
  5119. , commentary
  5120. ) values (
  5121. 'Oracle'
  5122. ,3
  5123. ,'ALR'
  5124. ,'ALR'
  5125. ,'BE89B24F9F8231A9'
  5126. ,'Oracle Applications'
  5127. )
  5128. /
  5129.  
  5130.  
  5131. insert into osp_accounts
  5132. (product
  5133. , security_level
  5134. , username
  5135. , password
  5136. , hash_value
  5137. , commentary
  5138. ) values (
  5139. 'Oracle'
  5140. ,2
  5141. ,'AMS'
  5142. ,'AMS'
  5143. ,'BD821F59270E5F34'
  5144. ,'AMS is a schema account from Oracle Applications. Default it has several CREATE privileges.'
  5145. )
  5146. /
  5147.  
  5148.  
  5149. insert into osp_accounts
  5150. (product
  5151. , security_level
  5152. , username
  5153. , password
  5154. , hash_value
  5155. , commentary
  5156. ) values (
  5157. 'Oracle'
  5158. ,2
  5159. ,'AMV'
  5160. ,'AMV'
  5161. ,'38BC87EB334A1AC4'
  5162. ,'AMV is a schema account from Oracle Applications. Default it has several CREATE privileges.'
  5163. )
  5164. /
  5165.  
  5166.  
  5167. insert into osp_accounts
  5168. (product
  5169. , security_level
  5170. , username
  5171. , password
  5172. , hash_value
  5173. , commentary
  5174. ) values (
  5175. 'Oracle'
  5176. ,4
  5177. ,'ANDY'
  5178. ,'SWORDFISH'
  5179. ,'B8527562E504BC3F'
  5180. ,'This is a training account. It should not be available in a production environment.'
  5181. )
  5182. /
  5183.  
  5184.  
  5185. insert into osp_accounts
  5186. (product
  5187. , security_level
  5188. , username
  5189. , password
  5190. , hash_value
  5191. , commentary
  5192. ) values (
  5193. 'Oracle'
  5194. ,3
  5195. ,'ANONYMOUS'
  5196. ,'ANONYMOUS'
  5197. ,'FE0E8CE7C92504E9'
  5198. ,'Usually it is not a good idea to have anonymous access to a database. '
  5199. )
  5200. /
  5201.  
  5202.  
  5203. insert into osp_accounts
  5204. (product
  5205. , security_level
  5206. , username
  5207. , password
  5208. , hash_value
  5209. , commentary
  5210. ) values (
  5211. 'Oracle'
  5212. ,3
  5213. ,'ANONYMOUS'
  5214. ,'<INVALID>'
  5215. ,'Anonymous'
  5216. ,'Set by values '
  5217. )
  5218. /
  5219.  
  5220.  
  5221. insert into osp_accounts
  5222. (product
  5223. , security_level
  5224. , username
  5225. , password
  5226. , hash_value
  5227. , commentary
  5228. ) values (
  5229. 'Oracle'
  5230. ,3
  5231. ,'AP'
  5232. ,'AP'
  5233. ,'EED09A552944B6AD'
  5234. ,'AP is an account for Oracle Applications, specifically Account Payable.'
  5235. )
  5236. /
  5237.  
  5238.  
  5239. insert into osp_accounts
  5240. (product
  5241. , security_level
  5242. , username
  5243. , password
  5244. , hash_value
  5245. , commentary
  5246. ) values (
  5247. 'Oracle'
  5248. ,3
  5249. ,'APPLMGR'
  5250. ,'APPLMGR'
  5251. ,'CB562C240E871070'
  5252. ,''
  5253. )
  5254. /
  5255.  
  5256.  
  5257. insert into osp_accounts
  5258. (product
  5259. , security_level
  5260. , username
  5261. , password
  5262. , hash_value
  5263. , commentary
  5264. ) values (
  5265. 'Oracle'
  5266. ,3
  5267. ,'APPLSYS'
  5268. ,'APPLSYS'
  5269. ,'FE84888987A6BF5A'
  5270. ,'APPLSYS is an administration account for Oracle Applications. It controls the Concurrent Manager.'
  5271. )
  5272. /
  5273.  
  5274.  
  5275. insert into osp_accounts
  5276. (product
  5277. , security_level
  5278. , username
  5279. , password
  5280. , hash_value
  5281. , commentary
  5282. ) values (
  5283. 'Oracle'
  5284. ,3
  5285. ,'APPLSYS'
  5286. ,'APPS'
  5287. ,'E153FFF4DAE6C9F7'
  5288. ,''
  5289. )
  5290. /
  5291.  
  5292.  
  5293. insert into osp_accounts
  5294. (product
  5295. , security_level
  5296. , username
  5297. , password
  5298. , hash_value
  5299. , commentary
  5300. ) values (
  5301. 'Oracle'
  5302. ,3
  5303. ,'APPLSYS'
  5304. ,'FND'
  5305. ,'0F886772980B8C79'
  5306. ,'APPLSYS is an administration account for Oracle Applications. It controls the Concurrent Manager.'
  5307. )
  5308. /
  5309.  
  5310.  
  5311. insert into osp_accounts
  5312. (product
  5313. , security_level
  5314. , username
  5315. , password
  5316. , hash_value
  5317. , commentary
  5318. ) values (
  5319. 'Oracle'
  5320. ,3
  5321. ,'APPLSYSPUB'
  5322. ,'APPLSYSPUB'
  5323. ,'D5DB40BB03EA1270'
  5324. ,''
  5325. )
  5326. /
  5327.  
  5328.  
  5329. insert into osp_accounts
  5330. (product
  5331. , security_level
  5332. , username
  5333. , password
  5334. , hash_value
  5335. , commentary
  5336. ) values (
  5337. 'Oracle'
  5338. ,3
  5339. ,'APPLSYSPUB'
  5340. ,'PUB'
  5341. ,'D2E3EF40EE87221E'
  5342. ,''
  5343. )
  5344. /
  5345.  
  5346.  
  5347. insert into osp_accounts
  5348. (product
  5349. , security_level
  5350. , username
  5351. , password
  5352. , hash_value
  5353. , commentary
  5354. ) values (
  5355. 'Oracle'
  5356. ,3
  5357. ,'APPLSYSPUB'
  5358. ,'FNDPUB'
  5359. ,'78194639B5C3DF9F'
  5360. ,''
  5361. )
  5362. /
  5363.  
  5364.  
  5365. insert into osp_accounts
  5366. (product
  5367. , security_level
  5368. , username
  5369. , password
  5370. , hash_value
  5371. , commentary
  5372. ) values (
  5373. 'Oracle'
  5374. ,3
  5375. ,'APPLYSYSPUB'
  5376. ,'FNDPUB'
  5377. ,'78194639B5C3DF9F'
  5378. ,'APPLYSYSPUB is an account for Oracle Applications. It has UNLIMITED TABLESPACE.'
  5379. )
  5380. /
  5381.  
  5382.  
  5383. insert into osp_accounts
  5384. (product
  5385. , security_level
  5386. , username
  5387. , password
  5388. , hash_value
  5389. , commentary
  5390. ) values (
  5391. 'Oracle'
  5392. ,3
  5393. ,'APPLYSYSPUB'
  5394. ,'PUB'
  5395. ,'A5E09E84EC486FC9'
  5396. ,'APPLYSYSPUB is an account for Oracle Applications. It has UNLIMITED TABLESPACE.'
  5397. )
  5398. /
  5399.  
  5400.  
  5401. insert into osp_accounts
  5402. (product
  5403. , security_level
  5404. , username
  5405. , password
  5406. , hash_value
  5407. , commentary
  5408. ) values (
  5409. 'Oracle'
  5410. ,3
  5411. ,'APPLYSYSPUB'
  5412. ,'<UNKNOWN>'
  5413. ,'D2E3EF40EE87221E'
  5414. ,''
  5415. )
  5416. /
  5417.  
  5418.  
  5419. insert into osp_accounts
  5420. (product
  5421. , security_level
  5422. , username
  5423. , password
  5424. , hash_value
  5425. , commentary
  5426. ) values (
  5427. 'Oracle'
  5428. ,1
  5429. ,'APPS'
  5430. ,'APPS'
  5431. ,'D728438E8A5925E0'
  5432. ,'APPS is an often used name for management or schema accounts for applications. In Oracle Applications it is a schema owner and has DBA-like privileges.'
  5433. )
  5434. /
  5435.  
  5436.  
  5437. insert into osp_accounts
  5438. (product
  5439. , security_level
  5440. , username
  5441. , password
  5442. , hash_value
  5443. , commentary
  5444. ) values (
  5445. 'Oracle'
  5446. ,1
  5447. ,'APPS_MRC'
  5448. ,'APPS'
  5449. ,'2FFDCBB4FD11D9DC'
  5450. ,'APPS_MRC is a schema account from Oracle Applications. It has DBA-like privileges.'
  5451. )
  5452. /
  5453.  
  5454.  
  5455. insert into osp_accounts
  5456. (product
  5457. , security_level
  5458. , username
  5459. , password
  5460. , hash_value
  5461. , commentary
  5462. ) values (
  5463. 'Oracle'
  5464. ,3
  5465. ,'APPUSER'
  5466. ,'APPPASSWORD'
  5467. ,'7E2C3C2D4BF4071B'
  5468. ,'APPUSER is an often used name for an application account for users.'
  5469. )
  5470. /
  5471.  
  5472.  
  5473. insert into osp_accounts
  5474. (product
  5475. , security_level
  5476. , username
  5477. , password
  5478. , hash_value
  5479. , commentary
  5480. ) values (
  5481. 'Oracle'
  5482. ,3
  5483. ,'AQ'
  5484. ,'AQ'
  5485. ,'2B0C31040A1CFB48'
  5486. ,'AQ is an account to manage Oracle Advanced Queuing, a messaging system.'
  5487. )
  5488. /
  5489.  
  5490.  
  5491. insert into osp_accounts
  5492. (product
  5493. , security_level
  5494. , username
  5495. , password
  5496. , hash_value
  5497. , commentary
  5498. ) values (
  5499. 'Oracle'
  5500. ,3
  5501. ,'AQDEMO'
  5502. ,'AQDEMO'
  5503. ,'5140E342712061DD'
  5504. ,'AQDEMO is an account to demonstrate Oracle Advanced Queuing, a messaging system.'
  5505. )
  5506. /
  5507.  
  5508.  
  5509. insert into osp_accounts
  5510. (product
  5511. , security_level
  5512. , username
  5513. , password
  5514. , hash_value
  5515. , commentary
  5516. ) values (
  5517. 'Oracle'
  5518. ,3
  5519. ,'AQJAVA'
  5520. ,'AQJAVA'
  5521. ,'8765D2543274B42E'
  5522. ,'AQJAVA is an account of Oracle Advanced Queuing, a messaging system.'
  5523. )
  5524. /
  5525.  
  5526.  
  5527. insert into osp_accounts
  5528. (product
  5529. , security_level
  5530. , username
  5531. , password
  5532. , hash_value
  5533. , commentary
  5534. ) values (
  5535. 'Oracle'
  5536. ,3
  5537. ,'AQUSER'
  5538. ,'AQUSER'
  5539. ,'4CF13BDAC1D7511C'
  5540. ,'AQ is an account to use Oracle Advanced Queuing, a messaging system.'
  5541. )
  5542. /
  5543.  
  5544.  
  5545. insert into osp_accounts
  5546. (product
  5547. , security_level
  5548. , username
  5549. , password
  5550. , hash_value
  5551. , commentary
  5552. ) values (
  5553. 'Oracle'
  5554. ,2
  5555. ,'AR'
  5556. ,'AR'
  5557. ,'BBBFE175688DED7E'
  5558. ,'AR is a schema account from Oracle Applications. Default it has several ANY privs, amongst which ALTER ANY PROCEDURE.'
  5559. )
  5560. /
  5561.  
  5562.  
  5563. insert into osp_accounts
  5564. (product
  5565. , security_level
  5566. , username
  5567. , password
  5568. , hash_value
  5569. , commentary
  5570. ) values (
  5571. 'Oracle'
  5572. ,3
  5573. ,'ASF'
  5574. ,'ASF'
  5575. ,'B6FD427D08619EEE'
  5576. ,'ASF is a schema account from Oracle Applications. Default it has several CREATE privileges.'
  5577. )
  5578. /
  5579.  
  5580.  
  5581. insert into osp_accounts
  5582. (product
  5583. , security_level
  5584. , username
  5585. , password
  5586. , hash_value
  5587. , commentary
  5588. ) values (
  5589. 'Oracle'
  5590. ,3
  5591. ,'ASG'
  5592. ,'ASG'
  5593. ,'1EF8D8BD87CF16BE'
  5594. ,'ASG is a schema account from Oracle Applications. Default it has several CREATE privileges.'
  5595. )
  5596. /
  5597.  
  5598.  
  5599. insert into osp_accounts
  5600. (product
  5601. , security_level
  5602. , username
  5603. , password
  5604. , hash_value
  5605. , commentary
  5606. ) values (
  5607. 'Oracle'
  5608. ,3
  5609. ,'ASL'
  5610. ,'ASL'
  5611. ,'03B20D2C323D0BFE'
  5612. ,'ASL is a schema account from Oracle Applications. Default it has several CREATE privileges.'
  5613. )
  5614. /
  5615.  
  5616.  
  5617. insert into osp_accounts
  5618. (product
  5619. , security_level
  5620. , username
  5621. , password
  5622. , hash_value
  5623. , commentary
  5624. ) values (
  5625. 'Oracle'
  5626. ,3
  5627. ,'ASO'
  5628. ,'ASO'
  5629. ,'F712D80109E3C9D8'
  5630. ,'ASO is a schema account from Oracle Applications. Default it has several CREATE privileges.'
  5631. )
  5632. /
  5633.  
  5634.  
  5635. insert into osp_accounts
  5636. (product
  5637. , security_level
  5638. , username
  5639. , password
  5640. , hash_value
  5641. , commentary
  5642. ) values (
  5643. 'Oracle'
  5644. ,3
  5645. ,'ASP'
  5646. ,'ASP'
  5647. ,'CF95D2C6C85FF513'
  5648. ,'Oracle Applications'
  5649. )
  5650. /
  5651.  
  5652.  
  5653. insert into osp_accounts
  5654. (product
  5655. , security_level
  5656. , username
  5657. , password
  5658. , hash_value
  5659. , commentary
  5660. ) values (
  5661. 'Oracle'
  5662. ,3
  5663. ,'AST'
  5664. ,'AST'
  5665. ,'F13FF949563EAB3C'
  5666. ,'AST is a schema account from Oracle Applications. Default it has several CREATE privileges.'
  5667. )
  5668. /
  5669.  
  5670.  
  5671. insert into osp_accounts
  5672. (product
  5673. , security_level
  5674. , username
  5675. , password
  5676. , hash_value
  5677. , commentary
  5678. ) values (
  5679. 'Oracle'
  5680. ,3
  5681. ,'ATM'
  5682. ,'SAMPLEATM'
  5683. ,'7B83A0860CF3CB71'
  5684. ,'9iR2 default account'
  5685. )
  5686. /
  5687.  
  5688.  
  5689. insert into osp_accounts
  5690. (product
  5691. , security_level
  5692. , username
  5693. , password
  5694. , hash_value
  5695. , commentary
  5696. ) values (
  5697. 'Oracle'
  5698. ,3
  5699. ,'AUDIOUSER'
  5700. ,'AUDIOUSER'
  5701. ,'CB4F2CEC5A352488'
  5702. ,'AUDIOUSER is the account to manage the Intermedia Audio option.'
  5703. )
  5704. /
  5705.  
  5706.  
  5707. insert into osp_accounts
  5708. (product
  5709. , security_level
  5710. , username
  5711. , password
  5712. , hash_value
  5713. , commentary
  5714. ) values (
  5715. 'Oracle'
  5716. ,3
  5717. ,'AURORA$JIS$UTILITY$'
  5718. ,'<INVALID>'
  5719. ,'INVALID_ENCRYPTED_PASSWORD'
  5720. ,'AURORA$JIS$UTILITY$ is an internal account of Jserver. In 8i changing the password will prevent ORB from working.'
  5721. )
  5722. /
  5723.  
  5724.  
  5725. insert into osp_accounts
  5726. (product
  5727. , security_level
  5728. , username
  5729. , password
  5730. , hash_value
  5731. , commentary
  5732. ) values (
  5733. 'Oracle'
  5734. ,3
  5735. ,'AURORA$JIS$UTILITY$'
  5736. ,'INVALID'
  5737. ,'E1BAE6D95AA95F1E'
  5738. ,'AURORA$JIS$UTILITY$ is an internal account of Jserver. In 8i changing the password will prevent ORB from working.'
  5739. )
  5740. /
  5741.  
  5742.  
  5743. insert into osp_accounts
  5744. (product
  5745. , security_level
  5746. , username
  5747. , password
  5748. , hash_value
  5749. , commentary
  5750. ) values (
  5751. 'Oracle'
  5752. ,3
  5753. ,'AURORA$ORB$UNAUTHENTICATED'
  5754. ,'INVALID'
  5755. ,'80C099F0EADF877E'
  5756. ,'AURORA$ORB$UNAUTHENTICATED is an internal account of Jserver. In 8i changing the password will prevent ORB from working.'
  5757. )
  5758. /
  5759.  
  5760.  
  5761. insert into osp_accounts
  5762. (product
  5763. , security_level
  5764. , username
  5765. , password
  5766. , hash_value
  5767. , commentary
  5768. ) values (
  5769. 'Oracle'
  5770. ,3
  5771. ,'AURORA$ORB$UNAUTHENTICATED'
  5772. ,'<INVALID>'
  5773. ,'INVALID_ENCRYPTED_PASSWORD'
  5774. ,''
  5775. )
  5776. /
  5777.  
  5778.  
  5779. insert into osp_accounts
  5780. (product
  5781. , security_level
  5782. , username
  5783. , password
  5784. , hash_value
  5785. , commentary
  5786. ) values (
  5787. 'Oracle'
  5788. ,3
  5789. ,'AX'
  5790. ,'AX'
  5791. ,'0A8303530E86FCDD'
  5792. ,'AX is a schema account from Oracle Applications. Default it has several ANY privs, amongst which ALTER ANY PROCEDURE.'
  5793. )
  5794. /
  5795.  
  5796.  
  5797. insert into osp_accounts
  5798. (product
  5799. , security_level
  5800. , username
  5801. , password
  5802. , hash_value
  5803. , commentary
  5804. ) values (
  5805. 'Oracle'
  5806. ,3
  5807. ,'AZ'
  5808. ,'AZ'
  5809. ,'AAA18B5D51B0D5AC'
  5810. ,'AZ is a schema account from Oracle Applications. Default it has several CREATE privileges.'
  5811. )
  5812. /
  5813.  
  5814.  
  5815. insert into osp_accounts
  5816. (product
  5817. , security_level
  5818. , username
  5819. , password
  5820. , hash_value
  5821. , commentary
  5822. ) values (
  5823. 'Oracle'
  5824. ,3
  5825. ,'BC4J'
  5826. ,'BC4J'
  5827. ,'EAA333E83BF2810D'
  5828. ,'BC4J is the account to manage the Bussiness Components for Java.'
  5829. )
  5830. /
  5831.  
  5832.  
  5833. insert into osp_accounts
  5834. (product
  5835. , security_level
  5836. , username
  5837. , password
  5838. , hash_value
  5839. , commentary
  5840. ) values (
  5841. 'Oracle'
  5842. ,2
  5843. ,'BEN'
  5844. ,'BEN'
  5845. ,'9671866348E03616'
  5846. ,'BEN is a schema account from Oracle Applications. Default it has several CREATE privileges.'
  5847. )
  5848. /
  5849.  
  5850.  
  5851. insert into osp_accounts
  5852. (product
  5853. , security_level
  5854. , username
  5855. , password
  5856. , hash_value
  5857. , commentary
  5858. ) values (
  5859. 'Oracle'
  5860. ,2
  5861. ,'BIC'
  5862. ,'BIC'
  5863. ,'E84CC95CBBAC1B67'
  5864. ,'BIC is a schema account from Oracle Applications. Default it has several CREATE privileges.'
  5865. )
  5866. /
  5867.  
  5868.  
  5869. insert into osp_accounts
  5870. (product
  5871. , security_level
  5872. , username
  5873. , password
  5874. , hash_value
  5875. , commentary
  5876. ) values (
  5877. 'Oracle'
  5878. ,2
  5879. ,'BIL'
  5880. ,'BIL'
  5881. ,'BF24BCE2409BE1F7'
  5882. ,'BIL is a schema account from Oracle Applications. Default it has several CREATE privileges.'
  5883. )
  5884. /
  5885.  
  5886.  
  5887. insert into osp_accounts
  5888. (product
  5889. , security_level
  5890. , username
  5891. , password
  5892. , hash_value
  5893. , commentary
  5894. ) values (
  5895. 'Oracle'
  5896. ,2
  5897. ,'BIM'
  5898. ,'BIM'
  5899. ,'6026F9A8A54B9468'
  5900. ,'BIM is a schema account from Oracle Applications. Default it has several CREATE privileges.'
  5901. )
  5902. /
  5903.  
  5904.  
  5905. insert into osp_accounts
  5906. (product
  5907. , security_level
  5908. , username
  5909. , password
  5910. , hash_value
  5911. , commentary
  5912. ) values (
  5913. 'Oracle'
  5914. ,2
  5915. ,'BIS'
  5916. ,'BIS'
  5917. ,'7E9901882E5F3565'
  5918. ,'BIS is a schema account from Oracle Applications. Default it has several CREATE privileges.'
  5919. )
  5920. /
  5921.  
  5922.  
  5923. insert into osp_accounts
  5924. (product
  5925. , security_level
  5926. , username
  5927. , password
  5928. , hash_value
  5929. , commentary
  5930. ) values (
  5931. 'Oracle'
  5932. ,3
  5933. ,'BIV'
  5934. ,'BIV'
  5935. ,'2564B34BE50C2524'
  5936. ,'Oracle Applications'
  5937. )
  5938. /
  5939.  
  5940.  
  5941. insert into osp_accounts
  5942. (product
  5943. , security_level
  5944. , username
  5945. , password
  5946. , hash_value
  5947. , commentary
  5948. ) values (
  5949. 'Oracle'
  5950. ,2
  5951. ,'BIX'
  5952. ,'BIX'
  5953. ,'3DD36935EAEDE2E3'
  5954. ,'BIX is a schema account from Oracle Applications. Default it has several CREATE privileges.'
  5955. )
  5956. /
  5957.  
  5958.  
  5959. insert into osp_accounts
  5960. (product
  5961. , security_level
  5962. , username
  5963. , password
  5964. , hash_value
  5965. , commentary
  5966. ) values (
  5967. 'Oracle'
  5968. ,4
  5969. ,'BLAKE'
  5970. ,'PAPER'
  5971. ,'9435F2E60569158E'
  5972. ,'This is a training account. It should not be available in a production environment.'
  5973. )
  5974. /
  5975.  
  5976.  
  5977. insert into osp_accounts
  5978. (product
  5979. , security_level
  5980. , username
  5981. , password
  5982. , hash_value
  5983. , commentary
  5984. ) values (
  5985. 'Oracle'
  5986. ,3
  5987. ,'BLEWIS'
  5988. ,'BLEWIS'
  5989. ,'C9B597D7361EE067'
  5990. ,'BLEWIS is a schema owner of Workflow Iasdb'
  5991. )
  5992. /
  5993.  
  5994.  
  5995. insert into osp_accounts
  5996. (product
  5997. , security_level
  5998. , username
  5999. , password
  6000. , hash_value
  6001. , commentary
  6002. ) values (
  6003. 'Oracle'
  6004. ,2
  6005. ,'BOM'
  6006. ,'BOM'
  6007. ,'56DB3E89EAE5788E'
  6008. ,'BOM is a schema account from Oracle Applications. Default it has several ANY privs, amongst which ALTER ANY PROCEDURE.'
  6009. )
  6010. /
  6011.  
  6012.  
  6013. insert into osp_accounts
  6014. (product
  6015. , security_level
  6016. , username
  6017. , password
  6018. , hash_value
  6019. , commentary
  6020. ) values (
  6021. 'Oracle'
  6022. ,1
  6023. ,'SYSMAN'
  6024. ,'SYSMAN'
  6025. ,'447B729161192C24'
  6026. ,'SYSMAN is the management account for Oracle Enterprise Mananger. It is used as access to all databases that are managed by it. It might be possible to access a data in your databases.'
  6027. )
  6028. /
  6029.  
  6030.  
  6031. insert into osp_accounts
  6032. (product
  6033. , security_level
  6034. , username
  6035. , password
  6036. , hash_value
  6037. , commentary
  6038. ) values (
  6039. 'Oracle'
  6040. ,2
  6041. ,'SYSTEM'
  6042. ,'CHANGE_ON_INSTALL'
  6043. ,'8BF0DA8E551DE1B9'
  6044. ,'SYSTEM is Oracles database management account. It allows to read, change and destroy all data in your database.'
  6045. )
  6046. /
  6047.  
  6048.  
  6049. insert into osp_accounts
  6050. (product
  6051. , security_level
  6052. , username
  6053. , password
  6054. , hash_value
  6055. , commentary
  6056. ) values (
  6057. 'Oracle'
  6058. ,1
  6059. ,'SYSTEM'
  6060. ,'D_SYSPW'
  6061. ,'1B9F1F9A5CB9EB31'
  6062. ,'SYSTEM is Oracles database management account. It allows to read, change and destroy all data in your database.'
  6063. )
  6064. /
  6065.  
  6066.  
  6067. insert into osp_accounts
  6068. (product
  6069. , security_level
  6070. , username
  6071. , password
  6072. , hash_value
  6073. , commentary
  6074. ) values (
  6075. 'Oracle'
  6076. ,1
  6077. ,'SYSTEM'
  6078. ,'MANAGER'
  6079. ,'D4DF7931AB130E37'
  6080. ,'SYSTEM is Oracles database management account. It allows to read, change and destroy all data in your database.'
  6081. )
  6082. /
  6083.  
  6084.  
  6085. insert into osp_accounts
  6086. (product
  6087. , security_level
  6088. , username
  6089. , password
  6090. , hash_value
  6091. , commentary
  6092. ) values (
  6093. 'Oracle'
  6094. ,1
  6095. ,'SYSTEM'
  6096. ,'ORACLE'
  6097. ,'2D594E86F93B17A1'
  6098. ,'SYSTEM is Oracles database management account. It allows to read, change and destroy all data in your database.'
  6099. )
  6100. /
  6101.  
  6102.  
  6103. insert into osp_accounts
  6104. (product
  6105. , security_level
  6106. , username
  6107. , password
  6108. , hash_value
  6109. , commentary
  6110. ) values (
  6111. 'Oracle'
  6112. ,1
  6113. ,'SYSTEM'
  6114. ,'SYSTEMPASS'
  6115. ,'4861C2264FB17936'
  6116. ,'SYSTEM is Oracles database management account. It allows to read, change and destroy all data in your database.'
  6117. )
  6118. /
  6119.  
  6120.  
  6121. insert into osp_accounts
  6122. (product
  6123. , security_level
  6124. , username
  6125. , password
  6126. , hash_value
  6127. , commentary
  6128. ) values (
  6129. 'Oracle'
  6130. ,1
  6131. ,'SYSTEM'
  6132. ,'SYSTEM'
  6133. ,'970BAA5B81930A40'
  6134. ,'SYSTEM is Oracles database management account. It allows to read, change and destroy all data in your database.'
  6135. )
  6136. /
  6137.  
  6138.  
  6139. insert into osp_accounts
  6140. (product
  6141. , security_level
  6142. , username
  6143. , password
  6144. , hash_value
  6145. , commentary
  6146. ) values (
  6147. 'Oracle'
  6148. ,1
  6149. ,'SYSTEM'
  6150. ,'MANAG3R'
  6151. ,'135176FFB5BA07C9'
  6152. ,'SYSTEM is Oracles database management account. It allows to read, change and destroy all data in your database.'
  6153. )
  6154. /
  6155.  
  6156.  
  6157. insert into osp_accounts
  6158. (product
  6159. , security_level
  6160. , username
  6161. , password
  6162. , hash_value
  6163. , commentary
  6164. ) values (
  6165. 'Oracle'
  6166. ,1
  6167. ,'SYSTEM'
  6168. ,'ORACL3'
  6169. ,'E4519FCD3A565446'
  6170. ,'SYSTEM is Oracles database management account. It allows to read, change and destroy all data in your database.'
  6171. )
  6172. /
  6173.  
  6174.  
  6175. insert into osp_accounts
  6176. (product
  6177. , security_level
  6178. , username
  6179. , password
  6180. , hash_value
  6181. , commentary
  6182. ) values (
  6183. 'Oracle'
  6184. ,1
  6185. ,'SYSTEM'
  6186. ,'0RACLE'
  6187. ,'66A490AEAA61FF72'
  6188. ,'SYSTEM is Oracles database management account. It allows to read, change and destroy all data in your database.'
  6189. )
  6190. /
  6191.  
  6192.  
  6193. insert into osp_accounts
  6194. (product
  6195. , security_level
  6196. , username
  6197. , password
  6198. , hash_value
  6199. , commentary
  6200. ) values (
  6201. 'Oracle'
  6202. ,1
  6203. ,'SYSTEM'
  6204. ,'0RACL3'
  6205. ,'10B0C2DA37E11872'
  6206. ,'SYSTEM is Oracles database management account. It allows to read, change and destroy all data in your database.'
  6207. )
  6208. /
  6209.  
  6210.  
  6211. insert into osp_accounts
  6212. (product
  6213. , security_level
  6214. , username
  6215. , password
  6216. , hash_value
  6217. , commentary
  6218. ) values (
  6219. 'Oracle'
  6220. ,1
  6221. ,'SYSTEM'
  6222. ,'ORACLE8'
  6223. ,'D5DD57A09A63AA38'
  6224. ,'SYSTEM is Oracles database management account. It allows to read, change and destroy all data in your database.'
  6225. )
  6226. /
  6227.  
  6228.  
  6229. insert into osp_accounts
  6230. (product
  6231. , security_level
  6232. , username
  6233. , password
  6234. , hash_value
  6235. , commentary
  6236. ) values (
  6237. 'Oracle'
  6238. ,1
  6239. ,'SYSTEM'
  6240. ,'ORACLE9'
  6241. ,'69C27FA786BA774C'
  6242. ,'SYSTEM is Oracles database management account. It allows to read, change and destroy all data in your database.'
  6243. )
  6244. /
  6245.  
  6246.  
  6247. insert into osp_accounts
  6248. (product
  6249. , security_level
  6250. , username
  6251. , password
  6252. , hash_value
  6253. , commentary
  6254. ) values (
  6255. 'Oracle'
  6256. ,1
  6257. ,'SYSTEM'
  6258. ,'ORACLE9I'
  6259. ,'86FDB286770CD4B9'
  6260. ,'SYSTEM is Oracles database management account. It allows to read, change and destroy all data in your database.'
  6261. )
  6262. /
  6263.  
  6264.  
  6265. insert into osp_accounts
  6266. (product
  6267. , security_level
  6268. , username
  6269. , password
  6270. , hash_value
  6271. , commentary
  6272. ) values (
  6273. 'Oracle'
  6274. ,1
  6275. ,'SYSTEM'
  6276. ,'0RACLE9I'
  6277. ,'B171042374D7E6A2'
  6278. ,'SYSTEM is Oracles database management account. It allows to read, change and destroy all data in your database.'
  6279. )
  6280. /
  6281.  
  6282.  
  6283. insert into osp_accounts
  6284. (product
  6285. , security_level
  6286. , username
  6287. , password
  6288. , hash_value
  6289. , commentary
  6290. ) values (
  6291. 'Oracle'
  6292. ,1
  6293. ,'SYSTEM'
  6294. ,'0RACL39I'
  6295. ,'D7C18B3B3F2A4D4B'
  6296. ,'SYSTEM is Oracles database management account. It allows to read, change and destroy all data in your database.'
  6297. )
  6298. /
  6299.  
  6300.  
  6301. insert into osp_accounts
  6302. (product
  6303. , security_level
  6304. , username
  6305. , password
  6306. , hash_value
  6307. , commentary
  6308. ) values (
  6309. 'Oracle'
  6310. ,3
  6311. ,'TAHITI'
  6312. ,'TAHITI'
  6313. ,'F339612C73D27861'
  6314. ,''
  6315. )
  6316. /
  6317.  
  6318.  
  6319. insert into osp_accounts
  6320. (product
  6321. , security_level
  6322. , username
  6323. , password
  6324. , hash_value
  6325. , commentary
  6326. ) values (
  6327. 'Oracle'
  6328. ,3
  6329. ,'TALBOT'
  6330. ,'MT6CH5'
  6331. ,'905475E949CF2703'
  6332. ,''
  6333. )
  6334. /
  6335.  
  6336.  
  6337. insert into osp_accounts
  6338. (product
  6339. , security_level
  6340. , username
  6341. , password
  6342. , hash_value
  6343. , commentary
  6344. ) values (
  6345. 'Oracle'
  6346. ,3
  6347. ,'TDOS_IC'
  6348. ,'TDOS_ICSAP'
  6349. ,'7C0900F751723768'
  6350. ,''
  6351. )
  6352. /
  6353.  
  6354.  
  6355. insert into osp_accounts
  6356. (product
  6357. , security_level
  6358. , username
  6359. , password
  6360. , hash_value
  6361. , commentary
  6362. ) values (
  6363. 'Oracle'
  6364. ,3
  6365. ,'TEC'
  6366. ,'TECTEC'
  6367. ,'9699CFD34358A7A7'
  6368. ,''
  6369. )
  6370. /
  6371.  
  6372.  
  6373. insert into osp_accounts
  6374. (product
  6375. , security_level
  6376. , username
  6377. , password
  6378. , hash_value
  6379. , commentary
  6380. ) values (
  6381. 'Oracle'
  6382. ,3
  6383. ,'TEST'
  6384. ,'PASSWD'
  6385. ,'26ED9DD4450DD33C'
  6386. ,''
  6387. )
  6388. /
  6389.  
  6390.  
  6391. insert into osp_accounts
  6392. (product
  6393. , security_level
  6394. , username
  6395. , password
  6396. , hash_value
  6397. , commentary
  6398. ) values (
  6399. 'Oracle'
  6400. ,3
  6401. ,'TEST'
  6402. ,'TEST'
  6403. ,'7A0F2B316C212D67'
  6404. ,''
  6405. )
  6406. /
  6407.  
  6408.  
  6409. insert into osp_accounts
  6410. (product
  6411. , security_level
  6412. , username
  6413. , password
  6414. , hash_value
  6415. , commentary
  6416. ) values (
  6417. 'Oracle'
  6418. ,3
  6419. ,'TEST_USER'
  6420. ,'TEST_USER'
  6421. ,'C0A0F776EBBBB7FB'
  6422. ,''
  6423. )
  6424. /
  6425.  
  6426.  
  6427. insert into osp_accounts
  6428. (product
  6429. , security_level
  6430. , username
  6431. , password
  6432. , hash_value
  6433. , commentary
  6434. ) values (
  6435. 'Oracle'
  6436. ,3
  6437. ,'TESTPILOT'
  6438. ,'TESTPILOT'
  6439. ,'DE5B73C964C7B67D'
  6440. ,''
  6441. )
  6442. /
  6443.  
  6444.  
  6445. insert into osp_accounts
  6446. (product
  6447. , security_level
  6448. , username
  6449. , password
  6450. , hash_value
  6451. , commentary
  6452. ) values (
  6453. 'Oracle'
  6454. ,3
  6455. ,'THINSAMPLE'
  6456. ,'THINSAMPLEPW'
  6457. ,'5DCD6E2E26D33A6E'
  6458. ,'9iR2 documenation'
  6459. )
  6460. /
  6461.  
  6462.  
  6463. insert into osp_accounts
  6464. (product
  6465. , security_level
  6466. , username
  6467. , password
  6468. , hash_value
  6469. , commentary
  6470. ) values (
  6471. 'Oracle'
  6472. ,3
  6473. ,'TIBCO'
  6474. ,'TIBCO'
  6475. ,'ED4CDE954630FA82'
  6476. ,''
  6477. )
  6478. /
  6479.  
  6480.  
  6481. insert into osp_accounts
  6482. (product
  6483. , security_level
  6484. , username
  6485. , password
  6486. , hash_value
  6487. , commentary
  6488. ) values (
  6489. 'Oracle'
  6490. ,3
  6491. ,'TIP37'
  6492. ,'TIP37'
  6493. ,'B516D9A33679F56B'
  6494. ,''
  6495. )
  6496. /
  6497.  
  6498.  
  6499. insert into osp_accounts
  6500. (product
  6501. , security_level
  6502. , username
  6503. , password
  6504. , hash_value
  6505. , commentary
  6506. ) values (
  6507. 'Oracle'
  6508. ,3
  6509. ,'TRACESVR'
  6510. ,'TRACE'
  6511. ,'F9DA8977092B7B81'
  6512. ,'TRACESVR is required for Oracle trace (otrace), which is generally not used in many organizations. If not used, you might want to lock it.'
  6513. )
  6514. /
  6515.  
  6516.  
  6517. insert into osp_accounts
  6518. (product
  6519. , security_level
  6520. , username
  6521. , password
  6522. , hash_value
  6523. , commentary
  6524. ) values (
  6525. 'Oracle'
  6526. ,3
  6527. ,'TRAVEL'
  6528. ,'TRAVEL'
  6529. ,'97FD0AE6DFF0F5FE'
  6530. ,''
  6531. )
  6532. /
  6533.  
  6534.  
  6535. insert into osp_accounts
  6536. (product
  6537. , security_level
  6538. , username
  6539. , password
  6540. , hash_value
  6541. , commentary
  6542. ) values (
  6543. 'Oracle'
  6544. ,3
  6545. ,'TSDEV'
  6546. ,'TSDEV'
  6547. ,'29268859446F5A8C'
  6548. ,''
  6549. )
  6550. /
  6551.  
  6552.  
  6553. insert into osp_accounts
  6554. (product
  6555. , security_level
  6556. , username
  6557. , password
  6558. , hash_value
  6559. , commentary
  6560. ) values (
  6561. 'Oracle'
  6562. ,3
  6563. ,'TSUSER'
  6564. ,'TSUSER'
  6565. ,'90C4F894E2972F08'
  6566. ,''
  6567. )
  6568. /
  6569.  
  6570.  
  6571. insert into osp_accounts
  6572. (product
  6573. , security_level
  6574. , username
  6575. , password
  6576. , hash_value
  6577. , commentary
  6578. ) values (
  6579. 'Oracle'
  6580. ,3
  6581. ,'TURBINE'
  6582. ,'TURBINE'
  6583. ,'76F373437F33F347'
  6584. ,''
  6585. )
  6586. /
  6587.  
  6588.  
  6589. insert into osp_accounts
  6590. (product
  6591. , security_level
  6592. , username
  6593. , password
  6594. , hash_value
  6595. , commentary
  6596. ) values (
  6597. 'Oracle'
  6598. ,3
  6599. ,'UDDISYS'
  6600. ,'<UNKNOWN>'
  6601. ,''
  6602. ,'UDDISYS is an administrative account of Oracle9iAS Web Services.'
  6603. )
  6604. /
  6605.  
  6606.  
  6607. insert into osp_accounts
  6608. (product
  6609. , security_level
  6610. , username
  6611. , password
  6612. , hash_value
  6613. , commentary
  6614. ) values (
  6615. 'Oracle'
  6616. ,3
  6617. ,'ULTIMATE'
  6618. ,'ULTIMATE'
  6619. ,'4C3F880EFA364016'
  6620. ,''
  6621. )
  6622. /
  6623.  
  6624.  
  6625. insert into osp_accounts
  6626. (product
  6627. , security_level
  6628. , username
  6629. , password
  6630. , hash_value
  6631. , commentary
  6632. ) values (
  6633. 'Oracle'
  6634. ,3
  6635. ,'UM_ADMIN'
  6636. ,'UM_ADMIN'
  6637. ,'F4F306B7AEB5B6FC'
  6638. ,''
  6639. )
  6640. /
  6641.  
  6642.  
  6643. insert into osp_accounts
  6644. (product
  6645. , security_level
  6646. , username
  6647. , password
  6648. , hash_value
  6649. , commentary
  6650. ) values (
  6651. 'Oracle'
  6652. ,3
  6653. ,'UM_CLIENT'
  6654. ,'UM_CLIENT'
  6655. ,'82E7FF841BFEAB6C'
  6656. ,''
  6657. )
  6658. /
  6659.  
  6660.  
  6661. insert into osp_accounts
  6662. (product
  6663. , security_level
  6664. , username
  6665. , password
  6666. , hash_value
  6667. , commentary
  6668. ) values (
  6669. 'Oracle'
  6670. ,3
  6671. ,'USER'
  6672. ,'USER'
  6673. ,'74085BE8A9CF16B4'
  6674. ,''
  6675. )
  6676. /
  6677.  
  6678.  
  6679. insert into osp_accounts
  6680. (product
  6681. , security_level
  6682. , username
  6683. , password
  6684. , hash_value
  6685. , commentary
  6686. ) values (
  6687. 'Oracle'
  6688. ,3
  6689. ,'USER_NAME'
  6690. ,'PASSWORD'
  6691. ,'96AE343CA71895DA'
  6692. ,''
  6693. )
  6694. /
  6695.  
  6696.  
  6697. insert into osp_accounts
  6698. (product
  6699. , security_level
  6700. , username
  6701. , password
  6702. , hash_value
  6703. , commentary
  6704. ) values (
  6705. 'Oracle'
  6706. ,3
  6707. ,'USER0'
  6708. ,'USER0'
  6709. ,'8A0760E2710AB0B4'
  6710. ,''
  6711. )
  6712. /
  6713.  
  6714.  
  6715. insert into osp_accounts
  6716. (product
  6717. , security_level
  6718. , username
  6719. , password
  6720. , hash_value
  6721. , commentary
  6722. ) values (
  6723. 'Oracle'
  6724. ,3
  6725. ,'USER1'
  6726. ,'USER1'
  6727. ,'BBE7786A584F9103'
  6728. ,''
  6729. )
  6730. /
  6731.  
  6732.  
  6733. insert into osp_accounts
  6734. (product
  6735. , security_level
  6736. , username
  6737. , password
  6738. , hash_value
  6739. , commentary
  6740. ) values (
  6741. 'Oracle'
  6742. ,3
  6743. ,'USER2'
  6744. ,'USER2'
  6745. ,'1718E5DBB8F89784'
  6746. ,''
  6747. )
  6748. /
  6749.  
  6750.  
  6751. insert into osp_accounts
  6752. (product
  6753. , security_level
  6754. , username
  6755. , password
  6756. , hash_value
  6757. , commentary
  6758. ) values (
  6759. 'Oracle'
  6760. ,3
  6761. ,'USER3'
  6762. ,'USER3'
  6763. ,'94152F9F5B35B103'
  6764. ,''
  6765. )
  6766. /
  6767.  
  6768.  
  6769. insert into osp_accounts
  6770. (product
  6771. , security_level
  6772. , username
  6773. , password
  6774. , hash_value
  6775. , commentary
  6776. ) values (
  6777. 'Oracle'
  6778. ,3
  6779. ,'USER4'
  6780. ,'USER4'
  6781. ,'2907B1BFA9DA5091'
  6782. ,''
  6783. )
  6784. /
  6785.  
  6786.  
  6787. insert into osp_accounts
  6788. (product
  6789. , security_level
  6790. , username
  6791. , password
  6792. , hash_value
  6793. , commentary
  6794. ) values (
  6795. 'Oracle'
  6796. ,3
  6797. ,'USER5'
  6798. ,'USER5'
  6799. ,'6E97FCEA92BAA4CB'
  6800. ,''
  6801. )
  6802. /
  6803.  
  6804.  
  6805. insert into osp_accounts
  6806. (product
  6807. , security_level
  6808. , username
  6809. , password
  6810. , hash_value
  6811. , commentary
  6812. ) values (
  6813. 'Oracle'
  6814. ,3
  6815. ,'USER6'
  6816. ,'USER6'
  6817. ,'F73E1A76B1E57F3D'
  6818. ,''
  6819. )
  6820. /
  6821.  
  6822.  
  6823. insert into osp_accounts
  6824. (product
  6825. , security_level
  6826. , username
  6827. , password
  6828. , hash_value
  6829. , commentary
  6830. ) values (
  6831. 'Oracle'
  6832. ,3
  6833. ,'USER7'
  6834. ,'USER7'
  6835. ,'3E9C94488C1A3908'
  6836. ,''
  6837. )
  6838. /
  6839.  
  6840.  
  6841. insert into osp_accounts
  6842. (product
  6843. , security_level
  6844. , username
  6845. , password
  6846. , hash_value
  6847. , commentary
  6848. ) values (
  6849. 'Oracle'
  6850. ,3
  6851. ,'USER8'
  6852. ,'USER8'
  6853. ,'D148049C2780B869'
  6854. ,''
  6855. )
  6856. /
  6857.  
  6858.  
  6859. insert into osp_accounts
  6860. (product
  6861. , security_level
  6862. , username
  6863. , password
  6864. , hash_value
  6865. , commentary
  6866. ) values (
  6867. 'Oracle'
  6868. ,3
  6869. ,'USER9'
  6870. ,'USER9'
  6871. ,'0487AFEE55ECEE66'
  6872. ,''
  6873. )
  6874. /
  6875.  
  6876.  
  6877. insert into osp_accounts
  6878. (product
  6879. , security_level
  6880. , username
  6881. , password
  6882. , hash_value
  6883. , commentary
  6884. ) values (
  6885. 'Oracle'
  6886. ,3
  6887. ,'UTILITY'
  6888. ,'UTILITY'
  6889. ,'81F2423D6811246D'
  6890. ,'-'
  6891. )
  6892. /
  6893.  
  6894.  
  6895. insert into osp_accounts
  6896. (product
  6897. , security_level
  6898. , username
  6899. , password
  6900. , hash_value
  6901. , commentary
  6902. ) values (
  6903. 'Oracle'
  6904. ,3
  6905. ,'USUARIO'
  6906. ,'CLAVE'
  6907. ,'1AB4E5FD2217F7AA'
  6908. ,'9iR2 documentation'
  6909. )
  6910. /
  6911.  
  6912.  
  6913. insert into osp_accounts
  6914. (product
  6915. , security_level
  6916. , username
  6917. , password
  6918. , hash_value
  6919. , commentary
  6920. ) values (
  6921. 'Oracle'
  6922. ,3
  6923. ,'UTLBSTATU'
  6924. ,'UTLESTAT'
  6925. ,'C42D1FA3231AB025'
  6926. ,''
  6927. )
  6928. /
  6929.  
  6930.  
  6931. insert into osp_accounts
  6932. (product
  6933. , security_level
  6934. , username
  6935. , password
  6936. , hash_value
  6937. , commentary
  6938. ) values (
  6939. 'Oracle'
  6940. ,2
  6941. ,'VEA'
  6942. ,'VEA'
  6943. ,'D38D161C22345902'
  6944. ,'VEA is a schema account from Oracle Applications. Default it has several CREATE privileges.'
  6945. )
  6946. /
  6947.  
  6948.  
  6949. insert into osp_accounts
  6950. (product
  6951. , security_level
  6952. , username
  6953. , password
  6954. , hash_value
  6955. , commentary
  6956. ) values (
  6957. 'Oracle'
  6958. ,2
  6959. ,'VEH'
  6960. ,'VEH'
  6961. ,'72A90A786AAE2914'
  6962. ,'VEH is a schema account from Oracle Applications. Default it has several CREATE privileges.'
  6963. )
  6964. /
  6965.  
  6966.  
  6967. insert into osp_accounts
  6968. (product
  6969. , security_level
  6970. , username
  6971. , password
  6972. , hash_value
  6973. , commentary
  6974. ) values (
  6975. 'Oracle'
  6976. ,3
  6977. ,'VERTEX_LOGIN'
  6978. ,'VERTEX_LOGIN'
  6979. ,'DEF637F1D23C0C59'
  6980. ,''
  6981. )
  6982. /
  6983.  
  6984.  
  6985. insert into osp_accounts
  6986. (product
  6987. , security_level
  6988. , username
  6989. , password
  6990. , hash_value
  6991. , commentary
  6992. ) values (
  6993. 'Oracle'
  6994. ,3
  6995. ,'VIDEOUSER'
  6996. ,'VIDEOUSER'
  6997. ,'29ECA1F239B0F7DF'
  6998. ,''
  6999. )
  7000. /
  7001.  
  7002.  
  7003. insert into osp_accounts
  7004. (product
  7005. , security_level
  7006. , username
  7007. , password
  7008. , hash_value
  7009. , commentary
  7010. ) values (
  7011. 'Oracle'
  7012. ,3
  7013. ,'VIF_DEVELOPER'
  7014. ,'VIF_DEV_PWD'
  7015. ,'9A7DCB0C1D84C488'
  7016. ,''
  7017. )
  7018. /
  7019.  
  7020.  
  7021. insert into osp_accounts
  7022. (product
  7023. , security_level
  7024. , username
  7025. , password
  7026. , hash_value
  7027. , commentary
  7028. ) values (
  7029. 'Oracle'
  7030. ,3
  7031. ,'VIRUSER'
  7032. ,'VIRUSER'
  7033. ,'404B03707BF5CEA3'
  7034. ,''
  7035. )
  7036. /
  7037.  
  7038.  
  7039. insert into osp_accounts
  7040. (product
  7041. , security_level
  7042. , username
  7043. , password
  7044. , hash_value
  7045. , commentary
  7046. ) values (
  7047. 'Oracle'
  7048. ,3
  7049. ,'VRR1'
  7050. ,'VRR1'
  7051. ,'811C49394C921D66'
  7052. ,''
  7053. )
  7054. /
  7055.  
  7056.  
  7057. insert into osp_accounts
  7058. (product
  7059. , security_level
  7060. , username
  7061. , password
  7062. , hash_value
  7063. , commentary
  7064. ) values (
  7065. 'Oracle'
  7066. ,3
  7067. ,'VRR1'
  7068. ,'VRR2'
  7069. ,'3D703795F61E3A9A'
  7070. ,''
  7071. )
  7072. /
  7073.  
  7074.  
  7075. insert into osp_accounts
  7076. (product
  7077. , security_level
  7078. , username
  7079. , password
  7080. , hash_value
  7081. , commentary
  7082. ) values (
  7083. 'Oracle'
  7084. ,3
  7085. ,'VRR1'
  7086. ,'UNKNOWN'
  7087. ,'3DA1893A5FCA23BF'
  7088. ,''
  7089. )
  7090. /
  7091.  
  7092.  
  7093. insert into osp_accounts
  7094. (product
  7095. , security_level
  7096. , username
  7097. , password
  7098. , hash_value
  7099. , commentary
  7100. ) values (
  7101. 'Oracle'
  7102. ,3
  7103. ,'WEBCAL01'
  7104. ,'WEBCAL01'
  7105. ,'C69573E9DEC14D50'
  7106. ,''
  7107. )
  7108. /
  7109.  
  7110.  
  7111. insert into osp_accounts
  7112. (product
  7113. , security_level
  7114. , username
  7115. , password
  7116. , hash_value
  7117. , commentary
  7118. ) values (
  7119. 'Oracle'
  7120. ,3
  7121. ,'WEBDB'
  7122. ,'WEBDB'
  7123. ,'D4C4DCDD41B05A5D'
  7124. ,''
  7125. )
  7126. /
  7127.  
  7128.  
  7129. insert into osp_accounts
  7130. (product
  7131. , security_level
  7132. , username
  7133. , password
  7134. , hash_value
  7135. , commentary
  7136. ) values (
  7137. 'Oracle'
  7138. ,3
  7139. ,'WEBREAD'
  7140. ,'WEBREAD'
  7141. ,'F8841A7B16302DE6'
  7142. ,''
  7143. )
  7144. /
  7145.  
  7146.  
  7147. insert into osp_accounts
  7148. (product
  7149. , security_level
  7150. , username
  7151. , password
  7152. , hash_value
  7153. , commentary
  7154. ) values (
  7155. 'Oracle'
  7156. ,3
  7157. ,'WEBSYS'
  7158. ,'MANAGER'
  7159. ,'A97282CE3D94E29E'
  7160. ,''
  7161. )
  7162. /
  7163.  
  7164.  
  7165. insert into osp_accounts
  7166. (product
  7167. , security_level
  7168. , username
  7169. , password
  7170. , hash_value
  7171. , commentary
  7172. ) values (
  7173. 'Oracle'
  7174. ,3
  7175. ,'WEBUSER'
  7176. ,'YOUR_PASS'
  7177. ,'FD0C7DB4C69FA642'
  7178. ,''
  7179. )
  7180. /
  7181.  
  7182.  
  7183. insert into osp_accounts
  7184. (product
  7185. , security_level
  7186. , username
  7187. , password
  7188. , hash_value
  7189. , commentary
  7190. ) values (
  7191. 'Oracle'
  7192. ,3
  7193. ,'WEST'
  7194. ,'WEST'
  7195. ,'DD58348364219102'
  7196. ,''
  7197. )
  7198. /
  7199.  
  7200.  
  7201. insert into osp_accounts
  7202. (product
  7203. , security_level
  7204. , username
  7205. , password
  7206. , hash_value
  7207. , commentary
  7208. ) values (
  7209. 'Oracle'
  7210. ,3
  7211. ,'WFADMIN'
  7212. ,'WFADMIN'
  7213. ,'C909E4F104002876'
  7214. ,''
  7215. )
  7216. /
  7217.  
  7218.  
  7219. insert into osp_accounts
  7220. (product
  7221. , security_level
  7222. , username
  7223. , password
  7224. , hash_value
  7225. , commentary
  7226. ) values (
  7227. 'Oracle'
  7228. ,2
  7229. ,'WH'
  7230. ,'WH'
  7231. ,'91792EFFCB2464F9'
  7232. ,'WH is a schema account from Oracle Applications. Default it has several CREATE privileges.'
  7233. )
  7234. /
  7235.  
  7236.  
  7237. insert into osp_accounts
  7238. (product
  7239. , security_level
  7240. , username
  7241. , password
  7242. , hash_value
  7243. , commentary
  7244. ) values (
  7245. 'Oracle'
  7246. ,2
  7247. ,'WIP'
  7248. ,'WIP'
  7249. ,'D326D25AE0A0355C'
  7250. ,'WIP is a schema account from Oracle Applications. Default it has several CREATE privileges.'
  7251. )
  7252. /
  7253.  
  7254.  
  7255. insert into osp_accounts
  7256. (product
  7257. , security_level
  7258. , username
  7259. , password
  7260. , hash_value
  7261. , commentary
  7262. ) values (
  7263. 'Oracle'
  7264. ,3
  7265. ,'WIRELESS'
  7266. ,'<UNKNOWN>'
  7267. ,''
  7268. ,'WIRELESS is an administrative account of Oracle 9iAS Wireless'
  7269. )
  7270. /
  7271.  
  7272.  
  7273. insert into osp_accounts
  7274. (product
  7275. , security_level
  7276. , username
  7277. , password
  7278. , hash_value
  7279. , commentary
  7280. ) values (
  7281. 'Oracle'
  7282. ,3
  7283. ,'WKADMIN'
  7284. ,'WKADMIN'
  7285. ,'888203D36F64C5F6'
  7286. ,'WFADMIN is an administrative account of Oracle9iAS WorkFlow.'
  7287. )
  7288. /
  7289.  
  7290.  
  7291. insert into osp_accounts
  7292. (product
  7293. , security_level
  7294. , username
  7295. , password
  7296. , hash_value
  7297. , commentary
  7298. ) values (
  7299. 'Oracle'
  7300. ,3
  7301. ,'WKPROXY'
  7302. ,'WKPROXY'
  7303. ,'AA3CB2A4D9188DDB'
  7304. ,'10g'
  7305. )
  7306. /
  7307.  
  7308.  
  7309. insert into osp_accounts
  7310. (product
  7311. , security_level
  7312. , username
  7313. , password
  7314. , hash_value
  7315. , commentary
  7316. ) values (
  7317. 'Oracle'
  7318. ,3
  7319. ,'WKPROXY'
  7320. ,'CHANGE_ON_INSTALL'
  7321. ,'B97545C4DD2ABE54'
  7322. ,'WKPROXY is an administrative account of Oracle9iAS Ultrasearch.'
  7323. )
  7324. /
  7325.  
  7326.  
  7327. insert into osp_accounts
  7328. (product
  7329. , security_level
  7330. , username
  7331. , password
  7332. , hash_value
  7333. , commentary
  7334. ) values (
  7335. 'Oracle'
  7336. ,3
  7337. ,'WKSYS'
  7338. ,'CHANGE_ON_INSTALL'
  7339. ,'69ED49EE1851900D'
  7340. ,'WKSYS is an administrative account of Oracle9iAS Ultrasearch.'
  7341. )
  7342. /
  7343.  
  7344.  
  7345. insert into osp_accounts
  7346. (product
  7347. , security_level
  7348. , username
  7349. , password
  7350. , hash_value
  7351. , commentary
  7352. ) values (
  7353. 'Oracle'
  7354. ,3
  7355. ,'WKPROXY'
  7356. ,'UNKNOWN'
  7357. ,'18F0B0E50B9F7B12'
  7358. ,''
  7359. )
  7360. /
  7361.  
  7362.  
  7363. insert into osp_accounts
  7364. (product
  7365. , security_level
  7366. , username
  7367. , password
  7368. , hash_value
  7369. , commentary
  7370. ) values (
  7371. 'Oracle'
  7372. ,3
  7373. ,'WKSYS'
  7374. ,'WKSYS'
  7375. ,'545E13456B7DDEA0'
  7376. ,'WKSYS is an administrative account of Oracle9iAS Ultrasearch.'
  7377. )
  7378. /
  7379.  
  7380.  
  7381. insert into osp_accounts
  7382. (product
  7383. , security_level
  7384. , username
  7385. , password
  7386. , hash_value
  7387. , commentary
  7388. ) values (
  7389. 'Oracle'
  7390. ,3
  7391. ,'WKUSER'
  7392. ,'WKUSER'
  7393. ,'8B104568E259B370'
  7394. ,'WKUSER is a user account of Oracle9iAS Ultrasearch.'
  7395. )
  7396. /
  7397.  
  7398.  
  7399. insert into osp_accounts
  7400. (product
  7401. , security_level
  7402. , username
  7403. , password
  7404. , hash_value
  7405. , commentary
  7406. ) values (
  7407. 'Oracle'
  7408. ,3
  7409. ,'WK_SYS'
  7410. ,'<UNKNOWN>'
  7411. ,'79DF7A1BD138CF11'
  7412. ,''
  7413. )
  7414. /
  7415.  
  7416.  
  7417. insert into osp_accounts
  7418. (product
  7419. , security_level
  7420. , username
  7421. , password
  7422. , hash_value
  7423. , commentary
  7424. ) values (
  7425. 'Oracle'
  7426. ,3
  7427. ,'WK_TEST'
  7428. ,'WK_TEST'
  7429. ,'29802572EB547DBF'
  7430. ,'10g'
  7431. )
  7432. /
  7433.  
  7434.  
  7435. insert into osp_accounts
  7436. (product
  7437. , security_level
  7438. , username
  7439. , password
  7440. , hash_value
  7441. , commentary
  7442. ) values (
  7443. 'Oracle'
  7444. ,3
  7445. ,'WK_PROXY'
  7446. ,'<UNKNOWN>'
  7447. ,'3F9FBD883D787341'
  7448. ,'10g'
  7449. )
  7450. /
  7451.  
  7452.  
  7453. insert into osp_accounts
  7454. (product
  7455. , security_level
  7456. , username
  7457. , password
  7458. , hash_value
  7459. , commentary
  7460. ) values (
  7461. 'Oracle'
  7462. ,2
  7463. ,'WMS'
  7464. ,'WMS'
  7465. ,'D7837F182995E381'
  7466. ,'WMS is a schema account from Oracle Applications. Default it has several CREATE privileges.'
  7467. )
  7468. /
  7469.  
  7470.  
  7471. insert into osp_accounts
  7472. (product
  7473. , security_level
  7474. , username
  7475. , password
  7476. , hash_value
  7477. , commentary
  7478. ) values (
  7479. 'Oracle'
  7480. ,3
  7481. ,'WMSYS'
  7482. ,'WMSYS'
  7483. ,'7C9BA362F8314299'
  7484. ,''
  7485. )
  7486. /
  7487.  
  7488.  
  7489. insert into osp_accounts
  7490. (product
  7491. , security_level
  7492. , username
  7493. , password
  7494. , hash_value
  7495. , commentary
  7496. ) values (
  7497. 'Oracle'
  7498. ,3
  7499. ,'WOB'
  7500. ,'WOB'
  7501. ,'D27FA6297C0313F4'
  7502. ,''
  7503. )
  7504. /
  7505.  
  7506.  
  7507. insert into osp_accounts
  7508. (product
  7509. , security_level
  7510. , username
  7511. , password
  7512. , hash_value
  7513. , commentary
  7514. ) values (
  7515. 'Oracle'
  7516. ,2
  7517. ,'WPS'
  7518. ,'WPS'
  7519. ,'50D22B9D18547CF7'
  7520. ,'WPS is a schema account from Oracle Applications. Default it has several CREATE privileges.'
  7521. )
  7522. /
  7523.  
  7524.  
  7525. insert into osp_accounts
  7526. (product
  7527. , security_level
  7528. , username
  7529. , password
  7530. , hash_value
  7531. , commentary
  7532. ) values (
  7533. 'Oracle'
  7534. ,2
  7535. ,'WSH'
  7536. ,'WSH'
  7537. ,'D4D76D217B02BD7A'
  7538. ,'WSH is a schema account from Oracle Applications. Default it has several CREATE privileges.'
  7539. )
  7540. /
  7541.  
  7542.  
  7543. insert into osp_accounts
  7544. (product
  7545. , security_level
  7546. , username
  7547. , password
  7548. , hash_value
  7549. , commentary
  7550. ) values (
  7551. 'Oracle'
  7552. ,2
  7553. ,'WSM'
  7554. ,'WSM'
  7555. ,'750F2B109F49CC13'
  7556. ,'WSM is a schema account from Oracle Applications. Default it has several CREATE privileges.'
  7557. )
  7558. /
  7559.  
  7560.  
  7561. insert into osp_accounts
  7562. (product
  7563. , security_level
  7564. , username
  7565. , password
  7566. , hash_value
  7567. , commentary
  7568. ) values (
  7569. 'Oracle'
  7570. ,3
  7571. ,'WWW'
  7572. ,'WWW'
  7573. ,'6DE993A60BC8DBBF'
  7574. ,''
  7575. )
  7576. /
  7577.  
  7578.  
  7579. insert into osp_accounts
  7580. (product
  7581. , security_level
  7582. , username
  7583. , password
  7584. , hash_value
  7585. , commentary
  7586. ) values (
  7587. 'Oracle'
  7588. ,3
  7589. ,'WWWUSER'
  7590. ,'WWWUSER'
  7591. ,'F239A50072154BAC'
  7592. ,''
  7593. )
  7594. /
  7595.  
  7596.  
  7597. insert into osp_accounts
  7598. (product
  7599. , security_level
  7600. , username
  7601. , password
  7602. , hash_value
  7603. , commentary
  7604. ) values (
  7605. 'Oracle'
  7606. ,3
  7607. ,'XADEMO'
  7608. ,'XADEMO'
  7609. ,'ADBC95D8DCC69E66'
  7610. ,''
  7611. )
  7612. /
  7613.  
  7614.  
  7615. insert into osp_accounts
  7616. (product
  7617. , security_level
  7618. , username
  7619. , password
  7620. , hash_value
  7621. , commentary
  7622. ) values (
  7623. 'Oracle'
  7624. ,3
  7625. ,'XDB'
  7626. ,'CHANGE_ON_INSTALL'
  7627. ,'88D8364765FCE6AF'
  7628. ,''
  7629. )
  7630. /
  7631.  
  7632.  
  7633. insert into osp_accounts
  7634. (product
  7635. , security_level
  7636. , username
  7637. , password
  7638. , hash_value
  7639. , commentary
  7640. ) values (
  7641. 'Oracle'
  7642. ,2
  7643. ,'XDP'
  7644. ,'XDP'
  7645. ,'F05E53C662835FA2'
  7646. ,'XDP is a schema account from Oracle Applications. Default it has several CREATE privileges.'
  7647. )
  7648. /
  7649.  
  7650.  
  7651. insert into osp_accounts
  7652. (product
  7653. , security_level
  7654. , username
  7655. , password
  7656. , hash_value
  7657. , commentary
  7658. ) values (
  7659. 'Oracle'
  7660. ,2
  7661. ,'XLA'
  7662. ,'XLA'
  7663. ,'2A8ED59E27D86D41'
  7664. ,'XLA is a schema account from Oracle Applications. Default it has several CREATE privileges.'
  7665. )
  7666. /
  7667.  
  7668.  
  7669. insert into osp_accounts
  7670. (product
  7671. , security_level
  7672. , username
  7673. , password
  7674. , hash_value
  7675. , commentary
  7676. ) values (
  7677. 'Oracle'
  7678. ,2
  7679. ,'XNC'
  7680. ,'XNC'
  7681. ,'BD8EA41168F6C664'
  7682. ,'XNC is a schema account from Oracle Applications. Default it has several CREATE privileges.'
  7683. )
  7684. /
  7685.  
  7686.  
  7687. insert into osp_accounts
  7688. (product
  7689. , security_level
  7690. , username
  7691. , password
  7692. , hash_value
  7693. , commentary
  7694. ) values (
  7695. 'Oracle'
  7696. ,3
  7697. ,'XNI'
  7698. ,'XNI'
  7699. ,'F55561567EF71890'
  7700. ,'Oracle Applications'
  7701. )
  7702. /
  7703.  
  7704.  
  7705. insert into osp_accounts
  7706. (product
  7707. , security_level
  7708. , username
  7709. , password
  7710. , hash_value
  7711. , commentary
  7712. ) values (
  7713. 'Oracle'
  7714. ,2
  7715. ,'XNM'
  7716. ,'XNM'
  7717. ,'92776EA17B8B5555'
  7718. ,'XNM is a schema account from Oracle Applications. Default it has several CREATE privileges.'
  7719. )
  7720. /
  7721.  
  7722.  
  7723. insert into osp_accounts
  7724. (product
  7725. , security_level
  7726. , username
  7727. , password
  7728. , hash_value
  7729. , commentary
  7730. ) values (
  7731. 'Oracle'
  7732. ,2
  7733. ,'XNP'
  7734. ,'XNP'
  7735. ,'3D1FB783F96D1F5E'
  7736. ,'XNP is a schema account from Oracle Applications. Default it has several CREATE privileges.'
  7737. )
  7738. /
  7739.  
  7740.  
  7741. insert into osp_accounts
  7742. (product
  7743. , security_level
  7744. , username
  7745. , password
  7746. , hash_value
  7747. , commentary
  7748. ) values (
  7749. 'Oracle'
  7750. ,2
  7751. ,'XNS'
  7752. ,'XNS'
  7753. ,'FABA49C38150455E'
  7754. ,'XNS is a schema account from Oracle Applications. Default it has several CREATE privileges.'
  7755. )
  7756. /
  7757.  
  7758.  
  7759. insert into osp_accounts
  7760. (product
  7761. , security_level
  7762. , username
  7763. , password
  7764. , hash_value
  7765. , commentary
  7766. ) values (
  7767. 'Oracle'
  7768. ,3
  7769. ,'XPRT'
  7770. ,'XPRT'
  7771. ,'0D5C9EFC2DFE52BA'
  7772. ,''
  7773. )
  7774. /
  7775.  
  7776.  
  7777. insert into osp_accounts
  7778. (product
  7779. , security_level
  7780. , username
  7781. , password
  7782. , hash_value
  7783. , commentary
  7784. ) values (
  7785. 'Oracle'
  7786. ,2
  7787. ,'XTR'
  7788. ,'XTR'
  7789. ,'A43EE9629FA90CAE'
  7790. ,'XTR is a schema account from Oracle Applications. Default it has several CREATE privileges.'
  7791. )
  7792. /
  7793.  
  7794.  
  7795. insert into osp_accounts
  7796. (product
  7797. , security_level
  7798. , username
  7799. , password
  7800. , hash_value
  7801. , commentary
  7802. ) values (
  7803. 'Oracle'
  7804. ,3
  7805. ,'MDDEMO_MGR'
  7806. ,'MGR'
  7807. ,'B41BCD9D3737F5C4'
  7808. ,''
  7809. )
  7810. /
  7811.  
  7812.  
  7813. insert into osp_accounts
  7814. (product
  7815. , security_level
  7816. , username
  7817. , password
  7818. , hash_value
  7819. , commentary
  7820. ) values (
  7821. 'Oracle'
  7822. ,1
  7823. ,'SYSTEM'
  7824. ,'D_SYSTPW'
  7825. ,'4438308EE0CAFB7F'
  7826. ,'SYSTEM is Oracles database management account. It allows to read, change and destroy all data in your database.'
  7827. )
  7828. /
  7829.  
  7830.  
  7831. insert into osp_accounts
  7832. (product
  7833. , security_level
  7834. , username
  7835. , password
  7836. , hash_value
  7837. , commentary
  7838. ) values (
  7839. 'Oracle'
  7840. ,1
  7841. ,'SYSTEM'
  7842. ,'ORACLE8I'
  7843. ,'FAAD7ADAF48B5F45'
  7844. ,'SYSTEM is Oracles database management account. It allows to read, change and destroy all data in your database.'
  7845. )
  7846. /
  7847.  
  7848.  
  7849. insert into osp_accounts
  7850. (product
  7851. , security_level
  7852. , username
  7853. , password
  7854. , hash_value
  7855. , commentary
  7856. ) values (
  7857. 'Oracle'
  7858. ,1
  7859. ,'SYSTEM'
  7860. ,'0RACLE8'
  7861. ,'685657E9DC29E185'
  7862. ,'SYSTEM is Oracles database management account. It allows to read, change and destroy all data in your database.'
  7863. )
  7864. /
  7865.  
  7866.  
  7867. insert into osp_accounts
  7868. (product
  7869. , security_level
  7870. , username
  7871. , password
  7872. , hash_value
  7873. , commentary
  7874. ) values (
  7875. 'Oracle'
  7876. ,1
  7877. ,'SYSTEM'
  7878. ,'0RACLE9'
  7879. ,'49B70B505DF0247F'
  7880. ,'SYSTEM is Oracles database management account. It allows to read, change and destroy all data in your database.'
  7881. )
  7882. /
  7883.  
  7884.  
  7885. insert into osp_accounts
  7886. (product
  7887. , security_level
  7888. , username
  7889. , password
  7890. , hash_value
  7891. , commentary
  7892. ) values (
  7893. 'Oracle'
  7894. ,1
  7895. ,'SYSTEM'
  7896. ,'0RACLE8I'
  7897. ,'B49C4279EBD8D1A8'
  7898. ,'SYSTEM is Oracles database management account. It allows to read, change and destroy all data in your database.'
  7899. )
  7900. /
  7901.  
  7902.  
  7903. insert into osp_accounts
  7904. (product
  7905. , security_level
  7906. , username
  7907. , password
  7908. , hash_value
  7909. , commentary
  7910. ) values (
  7911. 'Oracle'
  7912. ,1
  7913. ,'SYSTEM'
  7914. ,'0RACL38'
  7915. ,'604101D3AACE7E88'
  7916. ,'SYSTEM is Oracles database management account. It allows to read, change and destroy all data in your database.'
  7917. )
  7918. /
  7919.  
  7920.  
  7921. insert into osp_accounts
  7922. (product
  7923. , security_level
  7924. , username
  7925. , password
  7926. , hash_value
  7927. , commentary
  7928. ) values (
  7929. 'Oracle'
  7930. ,1
  7931. ,'SYSTEM'
  7932. ,'0RACL39'
  7933. ,'02AB2DB93C952A8F'
  7934. ,'SYSTEM is Oracles database management account. It allows to read, change and destroy all data in your database.'
  7935. )
  7936. /
  7937.  
  7938.  
  7939. insert into osp_accounts
  7940. (product
  7941. , security_level
  7942. , username
  7943. , password
  7944. , hash_value
  7945. , commentary
  7946. ) values (
  7947. 'Oracle'
  7948. ,1
  7949. ,'SYSTEM'
  7950. ,'0RACL38I'
  7951. ,'203CD8CF183E716C'
  7952. ,'SYSTEM is Oracles database management account. It allows to read, change and destroy all data in your database.'
  7953. )
  7954. /
  7955.  
  7956.  
  7957. insert into osp_accounts
  7958. (product
  7959. , security_level
  7960. , username
  7961. , password
  7962. , hash_value
  7963. , commentary
  7964. ) values (
  7965. 'Oracle'
  7966. ,1
  7967. ,'SYS'
  7968. ,'0RACLE8'
  7969. ,'1FA22316B703EBDD'
  7970. ,'SYS is Oracles most powerful database management account. It allows to read, change and destroy all data in your database.'
  7971. )
  7972. /
  7973.  
  7974.  
  7975. insert into osp_accounts
  7976. (product
  7977. , security_level
  7978. , username
  7979. , password
  7980. , hash_value
  7981. , commentary
  7982. ) values (
  7983. 'Oracle'
  7984. ,1
  7985. ,'SYS'
  7986. ,'0RACLE9'
  7987. ,'12CFB5AE1D087BA3'
  7988. ,'SYS is Oracles most powerful database management account. It allows to read, change and destroy all data in your database.'
  7989. )
  7990. /
  7991.  
  7992.  
  7993. insert into osp_accounts
  7994. (product
  7995. , security_level
  7996. , username
  7997. , password
  7998. , hash_value
  7999. , commentary
  8000. ) values (
  8001. 'Oracle'
  8002. ,1
  8003. ,'SYS'
  8004. ,'0RACLE8I'
  8005. ,'380E3D3AD5CE32D4'
  8006. ,'SYS is Oracles most powerful database management account. It allows to read, change and destroy all data in your database.'
  8007. )
  8008. /
  8009.  
  8010.  
  8011. insert into osp_accounts
  8012. (product
  8013. , security_level
  8014. , username
  8015. , password
  8016. , hash_value
  8017. , commentary
  8018. ) values (
  8019. 'Oracle'
  8020. ,1
  8021. ,'SYS'
  8022. ,'0RACL38'
  8023. ,'2563EFAAE44E785A'
  8024. ,'SYS is Oracles most powerful database management account. It allows to read, change and destroy all data in your database.'
  8025. )
  8026. /
  8027.  
  8028.  
  8029. insert into osp_accounts
  8030. (product
  8031. , security_level
  8032. , username
  8033. , password
  8034. , hash_value
  8035. , commentary
  8036. ) values (
  8037. 'Oracle'
  8038. ,1
  8039. ,'SYS'
  8040. ,'0RACL39'
  8041. ,'E7686462E8CD2F5E'
  8042. ,'SYS is Oracles most powerful database management account. It allows to read, change and destroy all data in your database.'
  8043. )
  8044. /
  8045.  
  8046.  
  8047. insert into osp_accounts
  8048. (product
  8049. , security_level
  8050. , username
  8051. , password
  8052. , hash_value
  8053. , commentary
  8054. ) values (
  8055. 'Oracle'
  8056. ,1
  8057. ,'SYS'
  8058. ,'0RACL38I'
  8059. ,'691C5E7E424B821A'
  8060. ,'SYS is Oracles most powerful database management account. It allows to read, change and destroy all data in your database.'
  8061. )
  8062. /
  8063.  
  8064.  
  8065. insert into osp_accounts
  8066. (product
  8067. , security_level
  8068. , username
  8069. , password
  8070. , hash_value
  8071. , commentary
  8072. ) values (
  8073. 'Oracle'
  8074. ,3
  8075. ,'ORDPLUGINS'
  8076. ,'ORDPLUGINS'
  8077. ,'88A2B2C183431F00'
  8078. ,'ORDPLUGINS is an administrative account for Oracle Time Series.'
  8079. )
  8080. /
  8081.  
  8082.  
  8083. insert into osp_accounts
  8084. (product
  8085. , security_level
  8086. , username
  8087. , password
  8088. , hash_value
  8089. , commentary
  8090. ) values (
  8091. 'Oracle'
  8092. ,2
  8093. ,'ORDSYS'
  8094. ,'ORDSYS'
  8095. ,'7EFA02EC7EA6B86F'
  8096. ,'The account ORDSYS (Oracle Time Series) has a limited number of risky system privileges, amongst which those to use external libraries and run code on the operating system.'
  8097. )
  8098. /
  8099.  
  8100.  
  8101. insert into osp_accounts
  8102. (product
  8103. , security_level
  8104. , username
  8105. , password
  8106. , hash_value
  8107. , commentary
  8108. ) values (
  8109. 'Oracle'
  8110. ,3
  8111. ,'OSE$HTTP$ADMIN'
  8112. ,'Invalid password'
  8113. ,'INVALID_ENCRYPTED_PASSWORD'
  8114. ,'OSE$HTTP$ADMIN is an internal account of Jserver. In 8i changing the password will prevent ORB from working.'
  8115. )
  8116. /
  8117.  
  8118.  
  8119. insert into osp_accounts
  8120. (product
  8121. , security_level
  8122. , username
  8123. , password
  8124. , hash_value
  8125. , commentary
  8126. ) values (
  8127. 'Oracle'
  8128. ,3
  8129. ,'OSE$HTTP$ADMIN'
  8130. ,'INVALID'
  8131. ,'05327CD9F6114E21'
  8132. ,'OSE$HTTP$ADMIN is an internal account of Jserver. In 8i changing the password will prevent ORB from working.'
  8133. )
  8134. /
  8135.  
  8136.  
  8137. insert into osp_accounts
  8138. (product
  8139. , security_level
  8140. , username
  8141. , password
  8142. , hash_value
  8143. , commentary
  8144. ) values (
  8145. 'Oracle'
  8146. ,2
  8147. ,'OSM'
  8148. ,'OSM'
  8149. ,'106AE118841A5D8C'
  8150. ,'OSM is a schema account from Oracle Applications. Default it has several ANY privs, amongst which ALTER ANY PROCEDURE.'
  8151. )
  8152. /
  8153.  
  8154.  
  8155. insert into osp_accounts
  8156. (product
  8157. , security_level
  8158. , username
  8159. , password
  8160. , hash_value
  8161. , commentary
  8162. ) values (
  8163. 'Oracle'
  8164. ,3
  8165. ,'OSP22'
  8166. ,'OSP22'
  8167. ,'C04057049DF974C2'
  8168. ,''
  8169. )
  8170. /
  8171.  
  8172.  
  8173. insert into osp_accounts
  8174. (product
  8175. , security_level
  8176. , username
  8177. , password
  8178. , hash_value
  8179. , commentary
  8180. ) values (
  8181. 'Oracle'
  8182. ,3
  8183. ,'OSSAQ_HOST'
  8184. ,'<UNKNOWN>'
  8185. ,''
  8186. ,'OSSAQ_HOST is an administrative account of Oracle9iAS Syndication Server.'
  8187. )
  8188. /
  8189.  
  8190.  
  8191. insert into osp_accounts
  8192. (product
  8193. , security_level
  8194. , username
  8195. , password
  8196. , hash_value
  8197. , commentary
  8198. ) values (
  8199. 'Oracle'
  8200. ,3
  8201. ,'OSSAQ_PUB'
  8202. ,'<UNKNOWN>'
  8203. ,''
  8204. ,'OSSAQ_PUB is a public account of Oracle9iAS Syndication Server.'
  8205. )
  8206. /
  8207.  
  8208.  
  8209. insert into osp_accounts
  8210. (product
  8211. , security_level
  8212. , username
  8213. , password
  8214. , hash_value
  8215. , commentary
  8216. ) values (
  8217. 'Oracle'
  8218. ,3
  8219. ,'OSSAQ_SUB'
  8220. ,'<UNKNOWN>'
  8221. ,''
  8222. ,'OSSAQ_SUB is an administrative account of Oracle9iAS Syndication Server.'
  8223. )
  8224. /
  8225.  
  8226.  
  8227. insert into osp_accounts
  8228. (product
  8229. , security_level
  8230. , username
  8231. , password
  8232. , hash_value
  8233. , commentary
  8234. ) values (
  8235. 'Oracle'
  8236. ,2
  8237. ,'OTA'
  8238. ,'OTA'
  8239. ,'F5E498AC7009A217'
  8240. ,'OTA is a schema account from Oracle Applications. Default it has several ANY privs, amongst which ALTER ANY PROCEDURE.'
  8241. )
  8242. /
  8243.  
  8244.  
  8245. insert into osp_accounts
  8246. (product
  8247. , security_level
  8248. , username
  8249. , password
  8250. , hash_value
  8251. , commentary
  8252. ) values (
  8253. 'Oracle'
  8254. ,2
  8255. ,'OUTLN'
  8256. ,'OUTLN'
  8257. ,'4A3BA55E08595C81'
  8258. ,'Often neglected, the OUTLN account has EXECUTE ANY PROCEDURE permission. On 8i it can become admin by using dbms_repcat_admin.'
  8259. )
  8260. /
  8261.  
  8262.  
  8263. insert into osp_accounts
  8264. (product
  8265. , security_level
  8266. , username
  8267. , password
  8268. , hash_value
  8269. , commentary
  8270. ) values (
  8271. 'Oracle'
  8272. ,3
  8273. ,'OWA'
  8274. ,'OWA'
  8275. ,'CA5D67CD878AFC49'
  8276. ,''
  8277. )
  8278. /
  8279.  
  8280.  
  8281. insert into osp_accounts
  8282. (product
  8283. , security_level
  8284. , username
  8285. , password
  8286. , hash_value
  8287. , commentary
  8288. ) values (
  8289. 'Oracle'
  8290. ,3
  8291. ,'OWA_PUBLIC'
  8292. ,'OWA_PUBLIC'
  8293. ,'0D9EC1D1F2A37657'
  8294. ,''
  8295. )
  8296. /
  8297.  
  8298.  
  8299. insert into osp_accounts
  8300. (product
  8301. , security_level
  8302. , username
  8303. , password
  8304. , hash_value
  8305. , commentary
  8306. ) values (
  8307. 'Oracle'
  8308. ,3
  8309. ,'OWF_MGR'
  8310. ,'<UNKNOWN>'
  8311. ,''
  8312. ,'OWF_MGR is the schema owner of Oracle Workflow Manager.'
  8313. )
  8314. /
  8315.  
  8316.  
  8317. insert into osp_accounts
  8318. (product
  8319. , security_level
  8320. , username
  8321. , password
  8322. , hash_value
  8323. , commentary
  8324. ) values (
  8325. 'Oracle'
  8326. ,3
  8327. ,'OWF_MGR'
  8328. ,'OWF_MGR'
  8329. ,'3CBED37697EB01D1'
  8330. ,'OWF_MGR is the schema owner of Oracle Workflow Manager.'
  8331. )
  8332. /
  8333.  
  8334.  
  8335. insert into osp_accounts
  8336. (product
  8337. , security_level
  8338. , username
  8339. , password
  8340. , hash_value
  8341. , commentary
  8342. ) values (
  8343. 'Oracle'
  8344. ,3
  8345. ,'OWNER'
  8346. ,'OWNER'
  8347. ,'5C3546B4F9165300'
  8348. ,''
  8349. )
  8350. /
  8351.  
  8352.  
  8353. insert into osp_accounts
  8354. (product
  8355. , security_level
  8356. , username
  8357. , password
  8358. , hash_value
  8359. , commentary
  8360. ) values (
  8361. 'Oracle'
  8362. ,2
  8363. ,'OZF'
  8364. ,'OZF'
  8365. ,'970B962D942D0C75'
  8366. ,'OZF is a schema account from Oracle Applications. Default it has several CREATE privileges.'
  8367. )
  8368. /
  8369.  
  8370.  
  8371. insert into osp_accounts
  8372. (product
  8373. , security_level
  8374. , username
  8375. , password
  8376. , hash_value
  8377. , commentary
  8378. ) values (
  8379. 'Oracle'
  8380. ,2
  8381. ,'OZP'
  8382. ,'OZP'
  8383. ,'B650B1BB35E86863'
  8384. ,'OZP is a schema account from Oracle Applications. Default it has several CREATE privileges.'
  8385. )
  8386. /
  8387.  
  8388.  
  8389. insert into osp_accounts
  8390. (product
  8391. , security_level
  8392. , username
  8393. , password
  8394. , hash_value
  8395. , commentary
  8396. ) values (
  8397. 'Oracle'
  8398. ,2
  8399. ,'OZS'
  8400. ,'OZS'
  8401. ,'0DABFF67E0D33623'
  8402. ,'OZS is a schema account from Oracle Applications. Default it has several CREATE privileges.'
  8403. )
  8404. /
  8405.  
  8406.  
  8407. insert into osp_accounts
  8408. (product
  8409. , security_level
  8410. , username
  8411. , password
  8412. , hash_value
  8413. , commentary
  8414. ) values (
  8415. 'Oracle'
  8416. ,2
  8417. ,'PA'
  8418. ,'PA'
  8419. ,'8CE2703752DB36D8'
  8420. ,'PA is a schema account from Oracle Applications. Default it has several CREATE privileges.'
  8421. )
  8422. /
  8423.  
  8424.  
  8425. insert into osp_accounts
  8426. (product
  8427. , security_level
  8428. , username
  8429. , password
  8430. , hash_value
  8431. , commentary
  8432. ) values (
  8433. 'Oracle'
  8434. ,3
  8435. ,'PANAMA'
  8436. ,'PANAMA'
  8437. ,'3E7B4116043BEAFF'
  8438. ,''
  8439. )
  8440. /
  8441.  
  8442.  
  8443. insert into osp_accounts
  8444. (product
  8445. , security_level
  8446. , username
  8447. , password
  8448. , hash_value
  8449. , commentary
  8450. ) values (
  8451. 'Oracle'
  8452. ,3
  8453. ,'PATROL'
  8454. ,'PATROL'
  8455. ,'0478B8F047DECC65'
  8456. ,''
  8457. )
  8458. /
  8459.  
  8460.  
  8461. insert into osp_accounts
  8462. (product
  8463. , security_level
  8464. , username
  8465. , password
  8466. , hash_value
  8467. , commentary
  8468. ) values (
  8469. 'Oracle'
  8470. ,3
  8471. ,'PAUL'
  8472. ,'PAUL'
  8473. ,'35EC0362643ADD3F'
  8474. ,'Book'
  8475. )
  8476. /
  8477.  
  8478.  
  8479. insert into osp_accounts
  8480. (product
  8481. , security_level
  8482. , username
  8483. , password
  8484. , hash_value
  8485. , commentary
  8486. ) values (
  8487. 'Oracle'
  8488. ,3
  8489. ,'PERFSTAT'
  8490. ,'PERFSTAT'
  8491. ,'AC98877DE1297365'
  8492. ,'PERFSTAT is an account of Oracles statistics package Statspack. PERFSTAT probably has permissions to see the data dictionary.'
  8493. )
  8494. /
  8495.  
  8496.  
  8497. insert into osp_accounts
  8498. (product
  8499. , security_level
  8500. , username
  8501. , password
  8502. , hash_value
  8503. , commentary
  8504. ) values (
  8505. 'Oracle'
  8506. ,3
  8507. ,'PERSTAT'
  8508. ,'PERSTAT'
  8509. ,'A68F56FBBCDC04AB'
  8510. ,'PERFSTAT is an account of Oracles statistics package Statspack. PERFSTAT probably has permissions to see the data dictionary.'
  8511. )
  8512. /
  8513.  
  8514.  
  8515. insert into osp_accounts
  8516. (product
  8517. , security_level
  8518. , username
  8519. , password
  8520. , hash_value
  8521. , commentary
  8522. ) values (
  8523. 'Oracle'
  8524. ,2
  8525. ,'PJM'
  8526. ,'PJM'
  8527. ,'021B05DBB892D11F'
  8528. ,'PJM is a schema account from Oracle Applications. Default it has several CREATE privileges.'
  8529. )
  8530. /
  8531.  
  8532.  
  8533. insert into osp_accounts
  8534. (product
  8535. , security_level
  8536. , username
  8537. , password
  8538. , hash_value
  8539. , commentary
  8540. ) values (
  8541. 'Oracle'
  8542. ,3
  8543. ,'PLANNING'
  8544. ,'PLANNING'
  8545. ,'71B5C2271B7CFF18'
  8546. ,''
  8547. )
  8548. /
  8549.  
  8550.  
  8551. insert into osp_accounts
  8552. (product
  8553. , security_level
  8554. , username
  8555. , password
  8556. , hash_value
  8557. , commentary
  8558. ) values (
  8559. 'Oracle'
  8560. ,3
  8561. ,'PLEX'
  8562. ,'PLEX'
  8563. ,'99355BF0E53FF635'
  8564. ,''
  8565. )
  8566. /
  8567.  
  8568.  
  8569. insert into osp_accounts
  8570. (product
  8571. , security_level
  8572. , username
  8573. , password
  8574. , hash_value
  8575. , commentary
  8576. ) values (
  8577. 'Oracle'
  8578. ,3
  8579. ,'PLSQL'
  8580. ,'SUPERSECRET'
  8581. ,'C4522E109BCF69D0'
  8582. ,''
  8583. )
  8584. /
  8585.  
  8586.  
  8587. insert into osp_accounts
  8588. (product
  8589. , security_level
  8590. , username
  8591. , password
  8592. , hash_value
  8593. , commentary
  8594. ) values (
  8595. 'Oracle'
  8596. ,3
  8597. ,'PM'
  8598. ,'CHANGE_ON_INSTALL'
  8599. ,'72E382A52E89575A'
  8600. ,'This is a training account. It should not be available in a production environment.'
  8601. )
  8602. /
  8603.  
  8604.  
  8605. insert into osp_accounts
  8606. (product
  8607. , security_level
  8608. , username
  8609. , password
  8610. , hash_value
  8611. , commentary
  8612. ) values (
  8613. 'Oracle'
  8614. ,3
  8615. ,'PM'
  8616. ,'UNKNOWN'
  8617. ,'F67E035BF8352CB4'
  8618. ,''
  8619. )
  8620. /
  8621.  
  8622.  
  8623. insert into osp_accounts
  8624. (product
  8625. , security_level
  8626. , username
  8627. , password
  8628. , hash_value
  8629. , commentary
  8630. ) values (
  8631. 'Oracle'
  8632. ,3
  8633. ,'PM'
  8634. ,'PM'
  8635. ,'C7A235E6D2AF6018'
  8636. ,'This is a training account. It should not be available in a production environment.'
  8637. )
  8638. /
  8639.  
  8640.  
  8641. insert into osp_accounts
  8642. (product
  8643. , security_level
  8644. , username
  8645. , password
  8646. , hash_value
  8647. , commentary
  8648. ) values (
  8649. 'Oracle'
  8650. ,2
  8651. ,'PMI'
  8652. ,'PMI'
  8653. ,'A7F7978B21A6F65E'
  8654. ,'PMI is a schema account from Oracle Applications. Default it has several CREATE privileges.'
  8655. )
  8656. /
  8657.  
  8658.  
  8659. insert into osp_accounts
  8660. (product
  8661. , security_level
  8662. , username
  8663. , password
  8664. , hash_value
  8665. , commentary
  8666. ) values (
  8667. 'Oracle'
  8668. ,2
  8669. ,'PN'
  8670. ,'PN'
  8671. ,'D40D0FEF9C8DC624'
  8672. ,'PN is a schema account from Oracle Applications. Default it has several CREATE privileges.'
  8673. )
  8674. /
  8675.  
  8676.  
  8677. insert into osp_accounts
  8678. (product
  8679. , security_level
  8680. , username
  8681. , password
  8682. , hash_value
  8683. , commentary
  8684. ) values (
  8685. 'Oracle'
  8686. ,1
  8687. ,'PO'
  8688. ,'PO'
  8689. ,'355CBEC355C10FEF'
  8690. ,'PO is an possibly account with DBA privileges, which allow to read, change and destroy all data in your database.'
  8691. )
  8692. /
  8693.  
  8694.  
  8695. insert into osp_accounts
  8696. (product
  8697. , security_level
  8698. , username
  8699. , password
  8700. , hash_value
  8701. , commentary
  8702. ) values (
  8703. 'Oracle'
  8704. ,3
  8705. ,'PO7'
  8706. ,'PO7'
  8707. ,'6B870AF28F711204'
  8708. ,''
  8709. )
  8710. /
  8711.  
  8712.  
  8713. insert into osp_accounts
  8714. (product
  8715. , security_level
  8716. , username
  8717. , password
  8718. , hash_value
  8719. , commentary
  8720. ) values (
  8721. 'Oracle'
  8722. ,3
  8723. ,'PO8'
  8724. ,'PO8'
  8725. ,'7E15FBACA7CDEBEC'
  8726. ,''
  8727. )
  8728. /
  8729.  
  8730.  
  8731. insert into osp_accounts
  8732. (product
  8733. , security_level
  8734. , username
  8735. , password
  8736. , hash_value
  8737. , commentary
  8738. ) values (
  8739. 'Oracle'
  8740. ,2
  8741. ,'POA'
  8742. ,'POA'
  8743. ,'2AB40F104D8517A0'
  8744. ,'POA is a schema account from Oracle Applications. Default it has several CREATE privileges.'
  8745. )
  8746. /
  8747.  
  8748.  
  8749. insert into osp_accounts
  8750. (product
  8751. , security_level
  8752. , username
  8753. , password
  8754. , hash_value
  8755. , commentary
  8756. ) values (
  8757. 'Oracle'
  8758. ,2
  8759. ,'POM'
  8760. ,'POM'
  8761. ,'123CF56E05D4EF3C'
  8762. ,'POM is a schema account from Oracle Applications. Default it has several CREATE privileges.'
  8763. )
  8764. /
  8765.  
  8766.  
  8767. insert into osp_accounts
  8768. (product
  8769. , security_level
  8770. , username
  8771. , password
  8772. , hash_value
  8773. , commentary
  8774. ) values (
  8775. 'Oracle'
  8776. ,3
  8777. ,'PORTAL'
  8778. ,'<UNKNOWN>'
  8779. ,''
  8780. ,''
  8781. )
  8782. /
  8783.  
  8784.  
  8785. insert into osp_accounts
  8786. (product
  8787. , security_level
  8788. , username
  8789. , password
  8790. , hash_value
  8791. , commentary
  8792. ) values (
  8793. 'Oracle'
  8794. ,3
  8795. ,'PORTAL_APP'
  8796. ,'<UNKNOWN>'
  8797. ,''
  8798. ,''
  8799. )
  8800. /
  8801.  
  8802.  
  8803. insert into osp_accounts
  8804. (product
  8805. , security_level
  8806. , username
  8807. , password
  8808. , hash_value
  8809. , commentary
  8810. ) values (
  8811. 'Oracle'
  8812. ,3
  8813. ,'PORTAL_DEMO'
  8814. ,'<UNKNOWN>'
  8815. ,''
  8816. ,''
  8817. )
  8818. /
  8819.  
  8820.  
  8821. insert into osp_accounts
  8822. (product
  8823. , security_level
  8824. , username
  8825. , password
  8826. , hash_value
  8827. , commentary
  8828. ) values (
  8829. 'Oracle'
  8830. ,3
  8831. ,'PORTAL_DEMO'
  8832. ,'PORTAL_DEMO'
  8833. ,'A0A3A6A577A931A3'
  8834. ,''
  8835. )
  8836. /
  8837.  
  8838.  
  8839. insert into osp_accounts
  8840. (product
  8841. , security_level
  8842. , username
  8843. , password
  8844. , hash_value
  8845. , commentary
  8846. ) values (
  8847. 'Oracle'
  8848. ,3
  8849. ,'PORTAL_PUBLIC'
  8850. ,'<UNKNOWN>'
  8851. ,''
  8852. ,''
  8853. )
  8854. /
  8855.  
  8856.  
  8857. insert into osp_accounts
  8858. (product
  8859. , security_level
  8860. , username
  8861. , password
  8862. , hash_value
  8863. , commentary
  8864. ) values (
  8865. 'Oracle'
  8866. ,3
  8867. ,'PORTAL_SSO_PS'
  8868. ,'PORTAL_SSO_PS'
  8869. ,'D1FB757B6E3D8E2F'
  8870. ,''
  8871. )
  8872. /
  8873.  
  8874.  
  8875. insert into osp_accounts
  8876. (product
  8877. , security_level
  8878. , username
  8879. , password
  8880. , hash_value
  8881. , commentary
  8882. ) values (
  8883. 'Oracle'
  8884. ,3
  8885. ,'PORTAL30'
  8886. ,'PORTAL30'
  8887. ,'969F9C3839672C6D'
  8888. ,'PORTAL30 is the schema owner of Oracle Portal.'
  8889. )
  8890. /
  8891.  
  8892.  
  8893. insert into osp_accounts
  8894. (product
  8895. , security_level
  8896. , username
  8897. , password
  8898. , hash_value
  8899. , commentary
  8900. ) values (
  8901. 'Oracle'
  8902. ,3
  8903. ,'PORTAL30'
  8904. ,'PORTAL31'
  8905. ,'D373ABE86992BE68'
  8906. ,'PORTAL31 is the schema owner of Oracle Portal.'
  8907. )
  8908. /
  8909.  
  8910.  
  8911. insert into osp_accounts
  8912. (product
  8913. , security_level
  8914. , username
  8915. , password
  8916. , hash_value
  8917. , commentary
  8918. ) values (
  8919. 'Oracle'
  8920. ,3
  8921. ,'PORTAL30_ADMIN'
  8922. ,'PORTAL30_ADMIN'
  8923. ,'7AF870D89CABF1C7'
  8924. ,'PORTAL30_ADMIN is the administration account of Oracle Portal.'
  8925. )
  8926. /
  8927.  
  8928.  
  8929. insert into osp_accounts
  8930. (product
  8931. , security_level
  8932. , username
  8933. , password
  8934. , hash_value
  8935. , commentary
  8936. ) values (
  8937. 'Oracle'
  8938. ,3
  8939. ,'PORTAL30_DEMO'
  8940. ,'PORTAL30_DEMO'
  8941. ,'CFD1302A7F832068'
  8942. ,''
  8943. )
  8944. /
  8945.  
  8946.  
  8947. insert into osp_accounts
  8948. (product
  8949. , security_level
  8950. , username
  8951. , password
  8952. , hash_value
  8953. , commentary
  8954. ) values (
  8955. 'Oracle'
  8956. ,3
  8957. ,'PORTAL30_PS'
  8958. ,'PORTAL30_PS'
  8959. ,'333B8121593F96FB'
  8960. ,''
  8961. )
  8962. /
  8963.  
  8964.  
  8965. insert into osp_accounts
  8966. (product
  8967. , security_level
  8968. , username
  8969. , password
  8970. , hash_value
  8971. , commentary
  8972. ) values (
  8973. 'Oracle'
  8974. ,3
  8975. ,'PORTAL30_PUBLIC'
  8976. ,'PORTAL30_PUBLIC'
  8977. ,'42068201613CA6E2'
  8978. ,''
  8979. )
  8980. /
  8981.  
  8982.  
  8983. insert into osp_accounts
  8984. (product
  8985. , security_level
  8986. , username
  8987. , password
  8988. , hash_value
  8989. , commentary
  8990. ) values (
  8991. 'Oracle'
  8992. ,3
  8993. ,'PORTAL30_SSO'
  8994. ,'PORTAL30_SSO'
  8995. ,'882B80B587FCDBC8'
  8996. ,'PORTAL30_SSO is the schema owner of Oracle Portal Single-Sign on'
  8997. )
  8998. /
  8999.  
  9000.  
  9001. insert into osp_accounts
  9002. (product
  9003. , security_level
  9004. , username
  9005. , password
  9006. , hash_value
  9007. , commentary
  9008. ) values (
  9009. 'Oracle'
  9010. ,3
  9011. ,'PORTAL30_SSO_ADMIN'
  9012. ,'PORTAL30_SSO_ADMIN'
  9013. ,'BDE248D4CCCD015D'
  9014. ,'PORTAL30_SSO is the admin account of Oracle Portal Single-Sign on'
  9015. )
  9016. /
  9017.  
  9018.  
  9019. insert into osp_accounts
  9020. (product
  9021. , security_level
  9022. , username
  9023. , password
  9024. , hash_value
  9025. , commentary
  9026. ) values (
  9027. 'Oracle'
  9028. ,3
  9029. ,'PORTAL30_SSO_PS'
  9030. ,'PORTAL30_SSO_PS'
  9031. ,'F2C3DC8003BC90F8'
  9032. ,''
  9033. )
  9034. /
  9035.  
  9036.  
  9037. insert into osp_accounts
  9038. (product
  9039. , security_level
  9040. , username
  9041. , password
  9042. , hash_value
  9043. , commentary
  9044. ) values (
  9045. 'Oracle'
  9046. ,3
  9047. ,'PORTAL30_SSO_PUBLIC'
  9048. ,'PORTAL30_SSO_PUBLIC'
  9049. ,'98741BDA2AC7FFB2'
  9050. ,'PORTAL30_SSO is the public account for Oracle Portal Single-Sign on'
  9051. )
  9052. /
  9053.  
  9054.  
  9055. insert into osp_accounts
  9056. (product
  9057. , security_level
  9058. , username
  9059. , password
  9060. , hash_value
  9061. , commentary
  9062. ) values (
  9063. 'Oracle'
  9064. ,3
  9065. ,'POS'
  9066. ,'POS'
  9067. ,'6F6675F272217CF7'
  9068. ,'Oracle Applications'
  9069. )
  9070. /
  9071.  
  9072.  
  9073. insert into osp_accounts
  9074. (product
  9075. , security_level
  9076. , username
  9077. , password
  9078. , hash_value
  9079. , commentary
  9080. ) values (
  9081. 'Oracle'
  9082. ,3
  9083. ,'POWERCARTUSER'
  9084. ,'POWERCARTUSER'
  9085. ,'2C5ECE3BEC35CE69'
  9086. ,''
  9087. )
  9088. /
  9089.  
  9090.  
  9091. insert into osp_accounts
  9092. (product
  9093. , security_level
  9094. , username
  9095. , password
  9096. , hash_value
  9097. , commentary
  9098. ) values (
  9099. 'Oracle'
  9100. ,3
  9101. ,'PRIMARY'
  9102. ,'PRIMARY'
  9103. ,'70C3248DFFB90152'
  9104. ,''
  9105. )
  9106. /
  9107.  
  9108.  
  9109. insert into osp_accounts
  9110. (product
  9111. , security_level
  9112. , username
  9113. , password
  9114. , hash_value
  9115. , commentary
  9116. ) values (
  9117. 'Oracle'
  9118. ,2
  9119. ,'PSA'
  9120. ,'PSA'
  9121. ,'FF4B266F9E61F911'
  9122. ,'PSA is a schema account from Oracle Applications. Default it has several CREATE privileges.'
  9123. )
  9124. /
  9125.  
  9126.  
  9127. insert into osp_accounts
  9128. (product
  9129. , security_level
  9130. , username
  9131. , password
  9132. , hash_value
  9133. , commentary
  9134. ) values (
  9135. 'Oracle'
  9136. ,2
  9137. ,'PSB'
  9138. ,'PSB'
  9139. ,'28EE1E024FC55E66'
  9140. ,'PSB is a schema account from Oracle Applications. Default it has several CREATE privileges.'
  9141. )
  9142. /
  9143.  
  9144.  
  9145. insert into osp_accounts
  9146. (product
  9147. , security_level
  9148. , username
  9149. , password
  9150. , hash_value
  9151. , commentary
  9152. ) values (
  9153. 'Oracle'
  9154. ,2
  9155. ,'PSP'
  9156. ,'PSP'
  9157. ,'4FE07360D435E2F0'
  9158. ,'PSP is a schema account from Oracle Applications. Default it has several CREATE privileges.'
  9159. )
  9160. /
  9161.  
  9162.  
  9163. insert into osp_accounts
  9164. (product
  9165. , security_level
  9166. , username
  9167. , password
  9168. , hash_value
  9169. , commentary
  9170. ) values (
  9171. 'Oracle'
  9172. ,1
  9173. ,'PUBSUB'
  9174. ,'PUBSUB'
  9175. ,'80294AE45A46E77B'
  9176. ,'PUBSUB is an account with DBA privileges, which allow to read, change and destroy all data in your database.'
  9177. )
  9178. /
  9179.  
  9180.  
  9181. insert into osp_accounts
  9182. (product
  9183. , security_level
  9184. , username
  9185. , password
  9186. , hash_value
  9187. , commentary
  9188. ) values (
  9189. 'Oracle'
  9190. ,3
  9191. ,'PUBSUB1'
  9192. ,'PUBSUB1'
  9193. ,'D6DF5BBC8B64933E'
  9194. ,''
  9195. )
  9196. /
  9197.  
  9198.  
  9199. insert into osp_accounts
  9200. (product
  9201. , security_level
  9202. , username
  9203. , password
  9204. , hash_value
  9205. , commentary
  9206. ) values (
  9207. 'Oracle'
  9208. ,2
  9209. ,'PV'
  9210. ,'PV'
  9211. ,'76224BCC80895D3D'
  9212. ,'PV is a schema account from Oracle Applications. Default it has several CREATE privileges.'
  9213. )
  9214. /
  9215.  
  9216.  
  9217. insert into osp_accounts
  9218. (product
  9219. , security_level
  9220. , username
  9221. , password
  9222. , hash_value
  9223. , commentary
  9224. ) values (
  9225. 'Oracle'
  9226. ,2
  9227. ,'QA'
  9228. ,'QA'
  9229. ,'C7AEAA2D59EB1EAE'
  9230. ,'QA is a schema account from Oracle Applications. Default it has several CREATE privileges.'
  9231. )
  9232. /
  9233.  
  9234.  
  9235. insert into osp_accounts
  9236. (product
  9237. , security_level
  9238. , username
  9239. , password
  9240. , hash_value
  9241. , commentary
  9242. ) values (
  9243. 'Oracle'
  9244. ,3
  9245. ,'QDBA'
  9246. ,'QDBA'
  9247. ,'AE62CB8167819595'
  9248. ,''
  9249. )
  9250. /
  9251.  
  9252.  
  9253. insert into osp_accounts
  9254. (product
  9255. , security_level
  9256. , username
  9257. , password
  9258. , hash_value
  9259. , commentary
  9260. ) values (
  9261. 'Oracle'
  9262. ,2
  9263. ,'QP'
  9264. ,'QP'
  9265. ,'10A40A72991DCA15'
  9266. ,'QP is a schema account from Oracle Applications. Default it has several CREATE privileges.'
  9267. )
  9268. /
  9269.  
  9270.  
  9271. insert into osp_accounts
  9272. (product
  9273. , security_level
  9274. , username
  9275. , password
  9276. , hash_value
  9277. , commentary
  9278. ) values (
  9279. 'Oracle'
  9280. ,3
  9281. ,'QS'
  9282. ,'CHANGE_ON_INSTALL'
  9283. ,'8B09C6075BDF2DC4'
  9284. ,'This is a training account. It should not be available in a production environment.'
  9285. )
  9286. /
  9287.  
  9288.  
  9289. insert into osp_accounts
  9290. (product
  9291. , security_level
  9292. , username
  9293. , password
  9294. , hash_value
  9295. , commentary
  9296. ) values (
  9297. 'Oracle'
  9298. ,3
  9299. ,'QS'
  9300. ,'QS'
  9301. ,'4603BCD2744BDE4F'
  9302. ,'This is a training account. It should not be available in a production environment.'
  9303. )
  9304. /
  9305.  
  9306.  
  9307. insert into osp_accounts
  9308. (product
  9309. , security_level
  9310. , username
  9311. , password
  9312. , hash_value
  9313. , commentary
  9314. ) values (
  9315. 'Oracle'
  9316. ,3
  9317. ,'QS'
  9318. ,'UNKNOWN'
  9319. ,'ACBD635B3A25405D'
  9320. ,''
  9321. )
  9322. /
  9323.  
  9324.  
  9325. insert into osp_accounts
  9326. (product
  9327. , security_level
  9328. , username
  9329. , password
  9330. , hash_value
  9331. , commentary
  9332. ) values (
  9333. 'Oracle'
  9334. ,3
  9335. ,'QS_ADM'
  9336. ,'CHANGE_ON_INSTALL'
  9337. ,'991CDDAD5C5C32CA'
  9338. ,'This is a training account. It should not be available in a production environment.'
  9339. )
  9340. /
  9341.  
  9342.  
  9343. insert into osp_accounts
  9344. (product
  9345. , security_level
  9346. , username
  9347. , password
  9348. , hash_value
  9349. , commentary
  9350. ) values (
  9351. 'Oracle'
  9352. ,3
  9353. ,'QS_ADM'
  9354. ,'QS_ADM'
  9355. ,'3990FB418162F2A0'
  9356. ,'This is a training account. It should not be available in a production environment.'
  9357. )
  9358. /
  9359.  
  9360.  
  9361. insert into osp_accounts
  9362. (product
  9363. , security_level
  9364. , username
  9365. , password
  9366. , hash_value
  9367. , commentary
  9368. ) values (
  9369. 'Oracle'
  9370. ,3
  9371. ,'QS_ADM'
  9372. ,'UNKNOWN'
  9373. ,'BB424460EFEC9080'
  9374. ,''
  9375. )
  9376. /
  9377.  
  9378.  
  9379. insert into osp_accounts
  9380. (product
  9381. , security_level
  9382. , username
  9383. , password
  9384. , hash_value
  9385. , commentary
  9386. ) values (
  9387. 'Oracle'
  9388. ,3
  9389. ,'QS_CB'
  9390. ,'CHANGE_ON_INSTALL'
  9391. ,'CF9CFACF5AE24964'
  9392. ,'This is a training account. It should not be available in a production environment.'
  9393. )
  9394. /
  9395.  
  9396.  
  9397. insert into osp_accounts
  9398. (product
  9399. , security_level
  9400. , username
  9401. , password
  9402. , hash_value
  9403. , commentary
  9404. ) values (
  9405. 'Oracle'
  9406. ,3
  9407. ,'QS_CB'
  9408. ,'QS_CB'
  9409. ,'870C36D8E6CD7CF5'
  9410. ,'This is a training account. It should not be available in a production environment.'
  9411. )
  9412. /
  9413.  
  9414.  
  9415. insert into osp_accounts
  9416. (product
  9417. , security_level
  9418. , username
  9419. , password
  9420. , hash_value
  9421. , commentary
  9422. ) values (
  9423. 'Oracle'
  9424. ,3
  9425. ,'QS_CB'
  9426. ,'UNKNOWN'
  9427. ,'A2A1265A6BDC8F36'
  9428. ,''
  9429. )
  9430. /
  9431.  
  9432.  
  9433. insert into osp_accounts
  9434. (product
  9435. , security_level
  9436. , username
  9437. , password
  9438. , hash_value
  9439. , commentary
  9440. ) values (
  9441. 'Oracle'
  9442. ,3
  9443. ,'QS_CBADM'
  9444. ,'CHANGE_ON_INSTALL'
  9445. ,'7C632AFB71F8D305'
  9446. ,'This is a training account. It should not be available in a production environment.'
  9447. )
  9448. /
  9449.  
  9450.  
  9451. insert into osp_accounts
  9452. (product
  9453. , security_level
  9454. , username
  9455. , password
  9456. , hash_value
  9457. , commentary
  9458. ) values (
  9459. 'Oracle'
  9460. ,3
  9461. ,'QS_CBADM'
  9462. ,'QS_CBADM'
  9463. ,'20E788F9D4F1D92C'
  9464. ,'This is a training account. It should not be available in a production environment.'
  9465. )
  9466. /
  9467.  
  9468.  
  9469. insert into osp_accounts
  9470. (product
  9471. , security_level
  9472. , username
  9473. , password
  9474. , hash_value
  9475. , commentary
  9476. ) values (
  9477. 'Oracle'
  9478. ,3
  9479. ,'QS_CBADM'
  9480. ,'UNKNOWN'
  9481. ,'58C823BA7A2D3D7F'
  9482. ,''
  9483. )
  9484. /
  9485.  
  9486.  
  9487. insert into osp_accounts
  9488. (product
  9489. , security_level
  9490. , username
  9491. , password
  9492. , hash_value
  9493. , commentary
  9494. ) values (
  9495. 'Oracle'
  9496. ,3
  9497. ,'QS_CS'
  9498. ,'CHANGE_ON_INSTALL'
  9499. ,'91A00922D8C0F146'
  9500. ,'This is a training account. It should not be available in a production environment.'
  9501. )
  9502. /
  9503.  
  9504.  
  9505. insert into osp_accounts
  9506. (product
  9507. , security_level
  9508. , username
  9509. , password
  9510. , hash_value
  9511. , commentary
  9512. ) values (
  9513. 'Oracle'
  9514. ,3
  9515. ,'QS_CS'
  9516. ,'QS_CS'
  9517. ,'2CA6D0FC25128CF3'
  9518. ,'This is a training account. It should not be available in a production environment.'
  9519. )
  9520. /
  9521.  
  9522.  
  9523. insert into osp_accounts
  9524. (product
  9525. , security_level
  9526. , username
  9527. , password
  9528. , hash_value
  9529. , commentary
  9530. ) values (
  9531. 'Oracle'
  9532. ,3
  9533. ,'QS_CS'
  9534. ,'UNKNOWN'
  9535. ,'5D85C7E8FB28375F'
  9536. ,''
  9537. )
  9538. /
  9539.  
  9540.  
  9541. insert into osp_accounts
  9542. (product
  9543. , security_level
  9544. , username
  9545. , password
  9546. , hash_value
  9547. , commentary
  9548. ) values (
  9549. 'Oracle'
  9550. ,3
  9551. ,'QS_ES'
  9552. ,'CHANGE_ON_INSTALL'
  9553. ,'E6A6FA4BB042E3C2'
  9554. ,'This is a training account. It should not be available in a production environment.'
  9555. )
  9556. /
  9557.  
  9558.  
  9559. insert into osp_accounts
  9560. (product
  9561. , security_level
  9562. , username
  9563. , password
  9564. , hash_value
  9565. , commentary
  9566. ) values (
  9567. 'Oracle'
  9568. ,3
  9569. ,'QS_ES'
  9570. ,'QS_ES'
  9571. ,'9A5F2D9F5D1A9EF4'
  9572. ,'This is a training account. It should not be available in a production environment.'
  9573. )
  9574. /
  9575.  
  9576.  
  9577. insert into osp_accounts
  9578. (product
  9579. , security_level
  9580. , username
  9581. , password
  9582. , hash_value
  9583. , commentary
  9584. ) values (
  9585. 'Oracle'
  9586. ,3
  9587. ,'QS_ES'
  9588. ,'UNKNOWN'
  9589. ,'723007181C44715C'
  9590. ,''
  9591. )
  9592. /
  9593.  
  9594.  
  9595. insert into osp_accounts
  9596. (product
  9597. , security_level
  9598. , username
  9599. , password
  9600. , hash_value
  9601. , commentary
  9602. ) values (
  9603. 'Oracle'
  9604. ,3
  9605. ,'QS_OS'
  9606. ,'CHANGE_ON_INSTALL'
  9607. ,'FF09F3EB14AE5C26'
  9608. ,'This is a training account. It should not be available in a production environment.'
  9609. )
  9610. /
  9611.  
  9612.  
  9613. insert into osp_accounts
  9614. (product
  9615. , security_level
  9616. , username
  9617. , password
  9618. , hash_value
  9619. , commentary
  9620. ) values (
  9621. 'Oracle'
  9622. ,3
  9623. ,'QS_OS'
  9624. ,'QS_OS'
  9625. ,'0EF5997DC2638A61'
  9626. ,'This is a training account. It should not be available in a production environment.'
  9627. )
  9628. /
  9629.  
  9630.  
  9631. insert into osp_accounts
  9632. (product
  9633. , security_level
  9634. , username
  9635. , password
  9636. , hash_value
  9637. , commentary
  9638. ) values (
  9639. 'Oracle'
  9640. ,3
  9641. ,'QS_OS'
  9642. ,'UNKNOWN'
  9643. ,'7ABBCF4BEB7854B2'
  9644. ,''
  9645. )
  9646. /
  9647.  
  9648.  
  9649. insert into osp_accounts
  9650. (product
  9651. , security_level
  9652. , username
  9653. , password
  9654. , hash_value
  9655. , commentary
  9656. ) values (
  9657. 'Oracle'
  9658. ,3
  9659. ,'QS_WS'
  9660. ,'CHANGE_ON_INSTALL'
  9661. ,'24ACF617DD7D8F2F'
  9662. ,'This is a training account. It should not be available in a production environment.'
  9663. )
  9664. /
  9665.  
  9666.  
  9667. insert into osp_accounts
  9668. (product
  9669. , security_level
  9670. , username
  9671. , password
  9672. , hash_value
  9673. , commentary
  9674. ) values (
  9675. 'Oracle'
  9676. ,3
  9677. ,'QS_WS'
  9678. ,'QS_WS'
  9679. ,'0447F2F756B4F460'
  9680. ,'This is a training account. It should not be available in a production environment.'
  9681. )
  9682. /
  9683.  
  9684.  
  9685. insert into osp_accounts
  9686. (product
  9687. , security_level
  9688. , username
  9689. , password
  9690. , hash_value
  9691. , commentary
  9692. ) values (
  9693. 'Oracle'
  9694. ,3
  9695. ,'QS_WS'
  9696. ,'UNKNOWN'
  9697. ,'8CF13718CDC81090'
  9698. ,''
  9699. )
  9700. /
  9701.  
  9702.  
  9703. insert into osp_accounts
  9704. (product
  9705. , security_level
  9706. , username
  9707. , password
  9708. , hash_value
  9709. , commentary
  9710. ) values (
  9711. 'Oracle'
  9712. ,3
  9713. ,'RE'
  9714. ,'RE'
  9715. ,'933B9A9475E882A6'
  9716. ,''
  9717. )
  9718. /
  9719.  
  9720.  
  9721. insert into osp_accounts
  9722. (product
  9723. , security_level
  9724. , username
  9725. , password
  9726. , hash_value
  9727. , commentary
  9728. ) values (
  9729. 'Oracle'
  9730. ,3
  9731. ,'REP_MANAGER'
  9732. ,'DEMO'
  9733. ,'2D4B13A8416073A1'
  9734. ,''
  9735. )
  9736. /
  9737.  
  9738.  
  9739. insert into osp_accounts
  9740. (product
  9741. , security_level
  9742. , username
  9743. , password
  9744. , hash_value
  9745. , commentary
  9746. ) values (
  9747. 'Oracle'
  9748. ,3
  9749. ,'REP_OWNER'
  9750. ,'DEMO'
  9751. ,'88D8F06915B1FE30'
  9752. ,''
  9753. )
  9754. /
  9755.  
  9756.  
  9757. insert into osp_accounts
  9758. (product
  9759. , security_level
  9760. , username
  9761. , password
  9762. , hash_value
  9763. , commentary
  9764. ) values (
  9765. 'Oracle'
  9766. ,3
  9767. ,'REP_OWNER'
  9768. ,'REP_OWNER'
  9769. ,'BD99EC2DD84E3B5C'
  9770. ,''
  9771. )
  9772. /
  9773.  
  9774.  
  9775. insert into osp_accounts
  9776. (product
  9777. , security_level
  9778. , username
  9779. , password
  9780. , hash_value
  9781. , commentary
  9782. ) values (
  9783. 'Oracle'
  9784. ,3
  9785. ,'REP_USER'
  9786. ,'DEMO'
  9787. ,'57F2A93832685ADB'
  9788. ,''
  9789. )
  9790. /
  9791.  
  9792.  
  9793. insert into osp_accounts
  9794. (product
  9795. , security_level
  9796. , username
  9797. , password
  9798. , hash_value
  9799. , commentary
  9800. ) values (
  9801. 'Oracle'
  9802. ,3
  9803. ,'REPADMIN'
  9804. ,'REPADMIN'
  9805. ,'915C93F34954F5F8'
  9806. ,''
  9807. )
  9808. /
  9809.  
  9810.  
  9811. insert into osp_accounts
  9812. (product
  9813. , security_level
  9814. , username
  9815. , password
  9816. , hash_value
  9817. , commentary
  9818. ) values (
  9819. 'Oracle'
  9820. ,3
  9821. ,'REPORTS_USER'
  9822. ,'OEM_TEMP'
  9823. ,'635074B4416CD3AC'
  9824. ,''
  9825. )
  9826. /
  9827.  
  9828.  
  9829. insert into osp_accounts
  9830. (product
  9831. , security_level
  9832. , username
  9833. , password
  9834. , hash_value
  9835. , commentary
  9836. ) values (
  9837. 'Oracle'
  9838. ,3
  9839. ,'REPORTS'
  9840. ,'REPORTS'
  9841. ,'0D9D14FE6653CF69'
  9842. ,'n/a'
  9843. )
  9844. /
  9845.  
  9846.  
  9847. insert into osp_accounts
  9848. (product
  9849. , security_level
  9850. , username
  9851. , password
  9852. , hash_value
  9853. , commentary
  9854. ) values (
  9855. 'Oracle'
  9856. ,2
  9857. ,'RG'
  9858. ,'RG'
  9859. ,'0FAA06DA0F42F21F'
  9860. ,'RG is a schema account from Oracle Applications. Default it has several CREATE privileges.'
  9861. )
  9862. /
  9863.  
  9864.  
  9865. insert into osp_accounts
  9866. (product
  9867. , security_level
  9868. , username
  9869. , password
  9870. , hash_value
  9871. , commentary
  9872. ) values (
  9873. 'Oracle'
  9874. ,2
  9875. ,'RHX'
  9876. ,'RHX'
  9877. ,'FFDF6A0C8C96E676'
  9878. ,'RHX is a schema account from Oracle Applications. Default it has several CREATE privileges.'
  9879. )
  9880. /
  9881.  
  9882.  
  9883. insert into osp_accounts
  9884. (product
  9885. , security_level
  9886. , username
  9887. , password
  9888. , hash_value
  9889. , commentary
  9890. ) values (
  9891. 'Oracle'
  9892. ,2
  9893. ,'RLA'
  9894. ,'RLA'
  9895. ,'C1959B03F36C9BB2'
  9896. ,'RLA is a schema account from Oracle Applications. Default it has several CREATE privileges.'
  9897. )
  9898. /
  9899.  
  9900.  
  9901. insert into osp_accounts
  9902. (product
  9903. , security_level
  9904. , username
  9905. , password
  9906. , hash_value
  9907. , commentary
  9908. ) values (
  9909. 'Oracle'
  9910. ,2
  9911. ,'RLM'
  9912. ,'RLM'
  9913. ,'4B16ACDA351B557D'
  9914. ,'RLM is a schema account from Oracle Applications. Default it has several CREATE privileges.'
  9915. )
  9916. /
  9917.  
  9918.  
  9919. insert into osp_accounts
  9920. (product
  9921. , security_level
  9922. , username
  9923. , password
  9924. , hash_value
  9925. , commentary
  9926. ) values (
  9927. 'Oracle'
  9928. ,3
  9929. ,'RMAIL'
  9930. ,'RMAIL'
  9931. ,'DA4435BBF8CAE54C'
  9932. ,''
  9933. )
  9934. /
  9935.  
  9936.  
  9937. insert into osp_accounts
  9938. (product
  9939. , security_level
  9940. , username
  9941. , password
  9942. , hash_value
  9943. , commentary
  9944. ) values (
  9945. 'Oracle'
  9946. ,2
  9947. ,'RMAN'
  9948. ,'RMAN'
  9949. ,'E7B5D92911C831E1'
  9950. ,'RMAN is an account for the Oracle Recovery Manager. This account might be misused to write unwanted changes to the database to the backups.'
  9951. )
  9952. /
  9953.  
  9954.  
  9955. insert into osp_accounts
  9956. (product
  9957. , security_level
  9958. , username
  9959. , password
  9960. , hash_value
  9961. , commentary
  9962. ) values (
  9963. 'Oracle'
  9964. ,3
  9965. ,'RRS'
  9966. ,'RRS'
  9967. ,'5CA8F5380C959CA9'
  9968. ,''
  9969. )
  9970. /
  9971.  
  9972.  
  9973. insert into osp_accounts
  9974. (product
  9975. , security_level
  9976. , username
  9977. , password
  9978. , hash_value
  9979. , commentary
  9980. ) values (
  9981. 'Oracle'
  9982. ,1
  9983. ,'SAMPLE'
  9984. ,'SAMPLE'
  9985. ,'E74B15A3F7A19CA8'
  9986. ,'SAMPLE is possibly an account with DBA privileges, which allow to read, change and destroy all data in your database.'
  9987. )
  9988. /
  9989.  
  9990.  
  9991. insert into osp_accounts
  9992. (product
  9993. , security_level
  9994. , username
  9995. , password
  9996. , hash_value
  9997. , commentary
  9998. ) values (
  9999. 'Oracle'
  10000. ,3
  10001. ,'SAP'
  10002. ,'SAPR3'
  10003. ,'BEAA1036A464F9F0'
  10004. ,'This is a SAP application user ID'
  10005. )
  10006. /
  10007.  
  10008.  
  10009. insert into osp_accounts
  10010. (product
  10011. , security_level
  10012. , username
  10013. , password
  10014. , hash_value
  10015. , commentary
  10016. ) values (
  10017. 'Oracle'
  10018. ,3
  10019. ,'SAP'
  10020. ,'06071992'
  10021. ,'B1344DC1B5F3D903'
  10022. ,'This is a SAP application user ID'
  10023. )
  10024. /
  10025.  
  10026.  
  10027. insert into osp_accounts
  10028. (product
  10029. , security_level
  10030. , username
  10031. , password
  10032. , hash_value
  10033. , commentary
  10034. ) values (
  10035. 'Oracle'
  10036. ,3
  10037. ,'SAPR3'
  10038. ,'SAP'
  10039. ,'58872B4319A76363'
  10040. ,'SAPR3 is the administration account (and schema?) of SAP R/3'
  10041. )
  10042. /
  10043.  
  10044.  
  10045. insert into osp_accounts
  10046. (product
  10047. , security_level
  10048. , username
  10049. , password
  10050. , hash_value
  10051. , commentary
  10052. ) values (
  10053. 'Oracle'
  10054. ,3
  10055. ,'SCOTT'
  10056. ,'TIGER'
  10057. ,'F894844C34402B67'
  10058. ,'This is a training account. It should not be available in a production environment.'
  10059. )
  10060. /
  10061.  
  10062.  
  10063. insert into osp_accounts
  10064. (product
  10065. , security_level
  10066. , username
  10067. , password
  10068. , hash_value
  10069. , commentary
  10070. ) values (
  10071. 'Oracle'
  10072. ,3
  10073. ,'SCOTT'
  10074. ,'TIGGER'
  10075. ,'7AA1A84E31ED7771'
  10076. ,'This is a training account. It should not be available in a production environment.'
  10077. )
  10078. /
  10079.  
  10080.  
  10081. insert into osp_accounts
  10082. (product
  10083. , security_level
  10084. , username
  10085. , password
  10086. , hash_value
  10087. , commentary
  10088. ) values (
  10089. 'Oracle'
  10090. ,3
  10091. ,'SDOS_ICSAP'
  10092. ,'SDOS_ICSAP'
  10093. ,'C789210ACC24DA16'
  10094. ,''
  10095. )
  10096. /
  10097.  
  10098.  
  10099. insert into osp_accounts
  10100. (product
  10101. , security_level
  10102. , username
  10103. , password
  10104. , hash_value
  10105. , commentary
  10106. ) values (
  10107. 'Oracle'
  10108. ,3
  10109. ,'SECDEMO'
  10110. ,'SECDEMO'
  10111. ,'009BBE8142502E10'
  10112. ,''
  10113. )
  10114. /
  10115.  
  10116.  
  10117. insert into osp_accounts
  10118. (product
  10119. , security_level
  10120. , username
  10121. , password
  10122. , hash_value
  10123. , commentary
  10124. ) values (
  10125. 'Oracle'
  10126. ,3
  10127. ,'SERVICECONSUMER1'
  10128. ,'SERVICECONSUMER1'
  10129. ,'183AC2094A6BD59F'
  10130. ,''
  10131. )
  10132. /
  10133.  
  10134.  
  10135. insert into osp_accounts
  10136. (product
  10137. , security_level
  10138. , username
  10139. , password
  10140. , hash_value
  10141. , commentary
  10142. ) values (
  10143. 'Oracle'
  10144. ,3
  10145. ,'SH'
  10146. ,'CHANGE_ON_INSTALL'
  10147. ,'9793B3777CD3BD1A'
  10148. ,'This is a training account. It should not be available in a production environment.'
  10149. )
  10150. /
  10151.  
  10152.  
  10153. insert into osp_accounts
  10154. (product
  10155. , security_level
  10156. , username
  10157. , password
  10158. , hash_value
  10159. , commentary
  10160. ) values (
  10161. 'Oracle'
  10162. ,3
  10163. ,'SH'
  10164. ,'SH'
  10165. ,'54B253CBBAAA8C48'
  10166. ,'This is a training account. It should not be available in a production environment.'
  10167. )
  10168. /
  10169.  
  10170.  
  10171. insert into osp_accounts
  10172. (product
  10173. , security_level
  10174. , username
  10175. , password
  10176. , hash_value
  10177. , commentary
  10178. ) values (
  10179. 'Oracle'
  10180. ,3
  10181. ,'SH'
  10182. ,'UNKNOWN'
  10183. ,'1729F80C5FA78841'
  10184. ,''
  10185. )
  10186. /
  10187.  
  10188.  
  10189. insert into osp_accounts
  10190. (product
  10191. , security_level
  10192. , username
  10193. , password
  10194. , hash_value
  10195. , commentary
  10196. ) values (
  10197. 'Oracle'
  10198. ,3
  10199. ,'SITEMINDER'
  10200. ,'SITEMINDER'
  10201. ,'061354246A45BBAB'
  10202. ,''
  10203. )
  10204. /
  10205.  
  10206.  
  10207. insert into osp_accounts
  10208. (product
  10209. , security_level
  10210. , username
  10211. , password
  10212. , hash_value
  10213. , commentary
  10214. ) values (
  10215. 'Oracle'
  10216. ,3
  10217. ,'SI_INFORMTN_SCHEMA'
  10218. ,'SI_INFORMTN_SCHEMA'
  10219. ,'84B8CBCA4D477FA3'
  10220. ,'10g'
  10221. )
  10222. /
  10223.  
  10224.  
  10225. insert into osp_accounts
  10226. (product
  10227. , security_level
  10228. , username
  10229. , password
  10230. , hash_value
  10231. , commentary
  10232. ) values (
  10233. 'Oracle'
  10234. ,3
  10235. ,'SLIDE'
  10236. ,'SLIDEPW'
  10237. ,'FDFE8B904875643D'
  10238. ,''
  10239. )
  10240. /
  10241.  
  10242.  
  10243. insert into osp_accounts
  10244. (product
  10245. , security_level
  10246. , username
  10247. , password
  10248. , hash_value
  10249. , commentary
  10250. ) values (
  10251. 'Oracle'
  10252. ,3
  10253. ,'SPIERSON'
  10254. ,'SPIERSON'
  10255. ,'4A0A55000357BB3E'
  10256. ,'SPIERSON is a schema owner of Workflow Iasdb'
  10257. )
  10258. /
  10259.  
  10260.  
  10261. insert into osp_accounts
  10262. (product
  10263. , security_level
  10264. , username
  10265. , password
  10266. , hash_value
  10267. , commentary
  10268. ) values (
  10269. 'Oracle'
  10270. ,2
  10271. ,'SSP'
  10272. ,'SSP'
  10273. ,'87470D6CE203FB4D'
  10274. ,'SSP is a schema account from Oracle Applications. Default it has several CREATE privileges.'
  10275. )
  10276. /
  10277.  
  10278.  
  10279. insert into osp_accounts
  10280. (product
  10281. , security_level
  10282. , username
  10283. , password
  10284. , hash_value
  10285. , commentary
  10286. ) values (
  10287. 'Oracle'
  10288. ,3
  10289. ,'STARTER'
  10290. ,'STARTER'
  10291. ,'6658C384B8D63B0A'
  10292. ,''
  10293. )
  10294. /
  10295.  
  10296.  
  10297. insert into osp_accounts
  10298. (product
  10299. , security_level
  10300. , username
  10301. , password
  10302. , hash_value
  10303. , commentary
  10304. ) values (
  10305. 'Oracle'
  10306. ,3
  10307. ,'STRAT_USER'
  10308. ,'STRAT_PASSWD'
  10309. ,'AEBEDBB4EFB5225B'
  10310. ,''
  10311. )
  10312. /
  10313.  
  10314.  
  10315. insert into osp_accounts
  10316. (product
  10317. , security_level
  10318. , username
  10319. , password
  10320. , hash_value
  10321. , commentary
  10322. ) values (
  10323. 'Oracle'
  10324. ,3
  10325. ,'SWPRO'
  10326. ,'SWPRO'
  10327. ,'4CB05AA42D8E3A47'
  10328. ,''
  10329. )
  10330. /
  10331.  
  10332.  
  10333. insert into osp_accounts
  10334. (product
  10335. , security_level
  10336. , username
  10337. , password
  10338. , hash_value
  10339. , commentary
  10340. ) values (
  10341. 'Oracle'
  10342. ,3
  10343. ,'SWUSER'
  10344. ,'SWUSER'
  10345. ,'783E58C29D2FC7E1'
  10346. ,''
  10347. )
  10348. /
  10349.  
  10350.  
  10351. insert into osp_accounts
  10352. (product
  10353. , security_level
  10354. , username
  10355. , password
  10356. , hash_value
  10357. , commentary
  10358. ) values (
  10359. 'Oracle'
  10360. ,3
  10361. ,'SYMPA'
  10362. ,'SYMPA'
  10363. ,'E7683741B91AF226'
  10364. ,''
  10365. )
  10366. /
  10367.  
  10368.  
  10369. insert into osp_accounts
  10370. (product
  10371. , security_level
  10372. , username
  10373. , password
  10374. , hash_value
  10375. , commentary
  10376. ) values (
  10377. 'Oracle'
  10378. ,1
  10379. ,'SYS'
  10380. ,'CHANGE_ON_INSTALL'
  10381. ,'D4C5016086B2DC6A'
  10382. ,'SYS is Oracles most powerful database management account. It allows to read, change and destroy all data in your database.'
  10383. )
  10384. /
  10385.  
  10386.  
  10387. insert into osp_accounts
  10388. (product
  10389. , security_level
  10390. , username
  10391. , password
  10392. , hash_value
  10393. , commentary
  10394. ) values (
  10395. 'Oracle'
  10396. ,1
  10397. ,'SYS'
  10398. ,'D_SYSPW'
  10399. ,'43BE121A2A135FF3'
  10400. ,'SYS is Oracles most powerful database management account. It allows to read, change and destroy all data in your database.'
  10401. )
  10402. /
  10403.  
  10404.  
  10405. insert into osp_accounts
  10406. (product
  10407. , security_level
  10408. , username
  10409. , password
  10410. , hash_value
  10411. , commentary
  10412. ) values (
  10413. 'Oracle'
  10414. ,2
  10415. ,'SYS'
  10416. ,'MANAGER'
  10417. ,'5638228DAF52805F'
  10418. ,'SYS is Oracles most powerful database management account. It allows to read, change and destroy all data in your database.'
  10419. )
  10420. /
  10421.  
  10422.  
  10423. insert into osp_accounts
  10424. (product
  10425. , security_level
  10426. , username
  10427. , password
  10428. , hash_value
  10429. , commentary
  10430. ) values (
  10431. 'Oracle'
  10432. ,1
  10433. ,'SYS'
  10434. ,'ORACLE'
  10435. ,'8A8F025737A9097A'
  10436. ,'SYS is Oracles most powerful database management account. It allows to read, change and destroy all data in your database.'
  10437. )
  10438. /
  10439.  
  10440.  
  10441. insert into osp_accounts
  10442. (product
  10443. , security_level
  10444. , username
  10445. , password
  10446. , hash_value
  10447. , commentary
  10448. ) values (
  10449. 'Oracle'
  10450. ,1
  10451. ,'SYS'
  10452. ,'SYS'
  10453. ,'4DE42795E66117AE'
  10454. ,'SYS is Oracles most powerful database management account. It allows to read, change and destroy all data in your database.'
  10455. )
  10456. /
  10457.  
  10458.  
  10459. insert into osp_accounts
  10460. (product
  10461. , security_level
  10462. , username
  10463. , password
  10464. , hash_value
  10465. , commentary
  10466. ) values (
  10467. 'Oracle'
  10468. ,1
  10469. ,'SYS'
  10470. ,'SYSPASS'
  10471. ,'66BC3FF56063CE97'
  10472. ,'SYS is Oracles most powerful database management account. It allows to read, change and destroy all data in your database.'
  10473. )
  10474. /
  10475.  
  10476.  
  10477. insert into osp_accounts
  10478. (product
  10479. , security_level
  10480. , username
  10481. , password
  10482. , hash_value
  10483. , commentary
  10484. ) values (
  10485. 'Oracle'
  10486. ,1
  10487. ,'SYS'
  10488. ,'MANAG3R'
  10489. ,'57D7CFA12BB5BABF'
  10490. ,'SYS is Oracles most powerful database management account. It allows to read, change and destroy all data in your database.'
  10491. )
  10492. /
  10493.  
  10494.  
  10495. insert into osp_accounts
  10496. (product
  10497. , security_level
  10498. , username
  10499. , password
  10500. , hash_value
  10501. , commentary
  10502. ) values (
  10503. 'Oracle'
  10504. ,1
  10505. ,'SYS'
  10506. ,'ORACL3'
  10507. ,'A9A57E819B32A03D'
  10508. ,'SYS is Oracles most powerful database management account. It allows to read, change and destroy all data in your database.'
  10509. )
  10510. /
  10511.  
  10512.  
  10513. insert into osp_accounts
  10514. (product
  10515. , security_level
  10516. , username
  10517. , password
  10518. , hash_value
  10519. , commentary
  10520. ) values (
  10521. 'Oracle'
  10522. ,1
  10523. ,'SYS'
  10524. ,'0RACLE'
  10525. ,'2905ECA56A830226'
  10526. ,'SYS is Oracles most powerful database management account. It allows to read, change and destroy all data in your database.'
  10527. )
  10528. /
  10529.  
  10530.  
  10531. insert into osp_accounts
  10532. (product
  10533. , security_level
  10534. , username
  10535. , password
  10536. , hash_value
  10537. , commentary
  10538. ) values (
  10539. 'Oracle'
  10540. ,1
  10541. ,'SYS'
  10542. ,'0RACL3'
  10543. ,'64074AF827F4B74A'
  10544. ,'SYS is Oracles most powerful database management account. It allows to read, change and destroy all data in your database.'
  10545. )
  10546. /
  10547.  
  10548.  
  10549. insert into osp_accounts
  10550. (product
  10551. , security_level
  10552. , username
  10553. , password
  10554. , hash_value
  10555. , commentary
  10556. ) values (
  10557. 'Oracle'
  10558. ,1
  10559. ,'SYS'
  10560. ,'ORACLE8'
  10561. ,'41B328CA13F70713'
  10562. ,'SYS is Oracles most powerful database management account. It allows to read, change and destroy all data in your database.'
  10563. )
  10564. /
  10565.  
  10566.  
  10567. insert into osp_accounts
  10568. (product
  10569. , security_level
  10570. , username
  10571. , password
  10572. , hash_value
  10573. , commentary
  10574. ) values (
  10575. 'Oracle'
  10576. ,1
  10577. ,'SYS'
  10578. ,'ORACLE9'
  10579. ,'0B4409DDD5688913'
  10580. ,'SYS is Oracles most powerful database management account. It allows to read, change and destroy all data in your database.'
  10581. )
  10582. /
  10583.  
  10584.  
  10585. insert into osp_accounts
  10586. (product
  10587. , security_level
  10588. , username
  10589. , password
  10590. , hash_value
  10591. , commentary
  10592. ) values (
  10593. 'Oracle'
  10594. ,1
  10595. ,'SYS'
  10596. ,'ORACLE8I'
  10597. ,'6CFF570939041278'
  10598. ,'SYS is Oracles most powerful database management account. It allows to read, change and destroy all data in your database.'
  10599. )
  10600. /
  10601.  
  10602.  
  10603. insert into osp_accounts
  10604. (product
  10605. , security_level
  10606. , username
  10607. , password
  10608. , hash_value
  10609. , commentary
  10610. ) values (
  10611. 'Oracle'
  10612. ,1
  10613. ,'SYS'
  10614. ,'ORACLE9I'
  10615. ,'3522F32DD32A9706'
  10616. ,'SYS is Oracles most powerful database management account. It allows to read, change and destroy all data in your database.'
  10617. )
  10618. /
  10619.  
  10620.  
  10621. insert into osp_accounts
  10622. (product
  10623. , security_level
  10624. , username
  10625. , password
  10626. , hash_value
  10627. , commentary
  10628. ) values (
  10629. 'Oracle'
  10630. ,1
  10631. ,'SYS'
  10632. ,'0RACLE9I'
  10633. ,'BE29E31B2B0EDA33'
  10634. ,'SYS is Oracles most powerful database management account. It allows to read, change and destroy all data in your database.'
  10635. )
  10636. /
  10637.  
  10638.  
  10639. insert into osp_accounts
  10640. (product
  10641. , security_level
  10642. , username
  10643. , password
  10644. , hash_value
  10645. , commentary
  10646. ) values (
  10647. 'Oracle'
  10648. ,1
  10649. ,'SYS'
  10650. ,'0RACL39I'
  10651. ,'5AC333703DE0DBD4'
  10652. ,'SYS is Oracles most powerful database management account. It allows to read, change and destroy all data in your database.'
  10653. )
  10654. /
  10655.  
  10656.  
  10657. insert into osp_accounts
  10658. (product
  10659. , security_level
  10660. , username
  10661. , password
  10662. , hash_value
  10663. , commentary
  10664. ) values (
  10665. 'Oracle'
  10666. ,3
  10667. ,'SYSADM'
  10668. ,'SYSADM'
  10669. ,'BA3E855E93B5B9B0'
  10670. ,''
  10671. )
  10672. /
  10673.  
  10674.  
  10675. insert into osp_accounts
  10676. (product
  10677. , security_level
  10678. , username
  10679. , password
  10680. , hash_value
  10681. , commentary
  10682. ) values (
  10683. 'Oracle'
  10684. ,3
  10685. ,'SYSADMIN'
  10686. ,'<UNKNOWN>'
  10687. ,''
  10688. ,'SYSADMIN is the schema owner of Oracle Workflow Manager.'
  10689. )
  10690. /
  10691.  
  10692.  
  10693. insert into osp_accounts
  10694. (product
  10695. , security_level
  10696. , username
  10697. , password
  10698. , hash_value
  10699. , commentary
  10700. ) values (
  10701. 'Oracle'
  10702. ,3
  10703. ,'SYSADMIN'
  10704. ,'SYSADMIN'
  10705. ,'DC86E8DEAA619C1A'
  10706. ,'SYSADMIN is the schema owner of Oracle Workflow Manager.'
  10707. )
  10708. /
  10709.  
  10710.  
  10711. insert into osp_accounts
  10712. (product
  10713. , security_level
  10714. , username
  10715. , password
  10716. , hash_value
  10717. , commentary
  10718. ) values (
  10719. 'Oracle'
  10720. ,1
  10721. ,'SYSMAN'
  10722. ,'OEM_TEMP'
  10723. ,'639C32A115D2CA57'
  10724. ,'SYSMAN is the management account for Oracle Enterprise Mananger. It is used as access to all databases that are managed by it. It might be possible to access a data in your databases.'
  10725. )
  10726. /
  10727.  
  10728.  
  10729. insert into osp_accounts
  10730. (product
  10731. , security_level
  10732. , username
  10733. , password
  10734. , hash_value
  10735. , commentary
  10736. ) values (
  10737. 'Oracle'
  10738. ,3
  10739. ,'DATA_SCHEMA'
  10740. ,'LASKJDF098KSDAF09'
  10741. ,'5ECB30FD1A71CC54'
  10742. ,''
  10743. )
  10744. /
  10745.  
  10746.  
  10747.  
  10748. insert into osp_accounts
  10749. (product
  10750. , security_level
  10751. , username
  10752. , password
  10753. , hash_value
  10754. , commentary
  10755. ) values (
  10756. 'Oracle'
  10757. ,3
  10758. ,'VPD_ADMIN'
  10759. ,'AKF7D98S2'
  10760. ,'571A7090023BCD04'
  10761. ,''
  10762. )
  10763. /
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement