Advertisement
Samsonson

Untitled

Mar 26th, 2017
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.39 KB | None | 0 0
  1. Table INFORMACIE_O_CLOVEKU dropped.
  2.  
  3. Error starting at line : 2 in command -
  4. DROP TABLE majitel CASCADE CONSTRAINTS
  5. Error report -
  6. SQL Error: ORA-00942: tabuľka alebo pohľad neexistuje
  7. 00942. 00000 - "table or view does not exist"
  8. *Cause:
  9. *Action:
  10. Table ZAMESTNANEC dropped.
  11.  
  12. Table TITUL dropped.
  13.  
  14.  
  15. Table PROFESIA dropped.
  16.  
  17. Table DRUH_ZVIERATA dropped.
  18.  
  19. Table ZVIERA dropped.
  20.  
  21. Table UCINNA_LATKA dropped.
  22.  
  23. Table LIEK dropped.
  24.  
  25. Table KONTRAINDIKACIA dropped.
  26.  
  27. Table LIECBA dropped.
  28.  
  29. Table DOPORUCENE_DAVKOVANIE dropped.
  30.  
  31. Table DAVKOVANIE dropped.
  32.  
  33. Table DIAGNOZA dropped.
  34.  
  35. Error starting at line : 15 in command -
  36. DROP TABLE liecba_davkovanie_liek CASCADE CONSTRAINTS
  37. Error report -
  38. SQL Error: ORA-00942: tabuľka alebo pohľad neexistuje
  39. 00942. 00000 - "table or view does not exist"
  40. *Cause:
  41. *Action:
  42. Table LIEK_DIAGNOZA_DOPORUCENE_DRUH dropped.
  43.  
  44. Table INFORMACIE_O_CLOVEKU created.
  45.  
  46. Table TITUL created.
  47.  
  48. Table PROFESIA created.
  49.  
  50. Table DRUH_ZVIERATA created.
  51.  
  52. Table UCINNA_LATKA created.
  53.  
  54. Table MAJITEL created.
  55.  
  56. Table DIAGNOZA created.
  57.  
  58. Table DOPORUCENE_DAVKOVANIE created.
  59.  
  60. Table ZAMESTNANEC created.
  61.  
  62. Table DAVKOVANIE created.
  63.  
  64. Table KONTRAINDIKACIA created.
  65.  
  66. Table LIEK created.
  67.  
  68. Table LIECBA created.
  69.  
  70.  
  71. Table ZVIERA created.
  72.  
  73. Table LIECBA_DAVKOVANIE_LIEK created.
  74.  
  75. Table LIEK_DIAGNOZA_DOPORUCENE_DRUH created.
  76.  
  77. Commit complete.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement