Oracle Architecture in less than 10 minutes

Поделиться
HTML-код
  • Опубликовано: 20 дек 2024

Комментарии • 83

  • @bishupoonia5106
    @bishupoonia5106 6 лет назад +1

    Extremely useful for beginners. Great explanation. Now I can do better on my exams today.
    I just don't understand why would anyone dislike this video?

  • @dorg99
    @dorg99 11 лет назад

    I just realized that there is a transcript of the video, so i don't have to turn on the speakers very loud to understand what's being said !
    very useful !
    Thanks !

  • @InvestWithRishi
    @InvestWithRishi 9 лет назад +2

    Have an interview tomorrow. Now feeling confident !!! ... thanks!!!

  • @sarbasov
    @sarbasov 13 лет назад

    Greate tutorial! Thanks. I do not find the accent so bad as some say. I understood every single word and hence it is even better and more understandable than native english speak.

  • @Hjominbonrun
    @Hjominbonrun 11 лет назад +1

    I was hoping you have blogs as well, since your explanations of core concepts are easy to understand and concise while other video's and blogs are not user friendly.
    I actually want to create a blog of how to do a small piece of work in mssql, and then how to do the exact same thing in oracle on the same page, for myself as a learning tool and reference guide.

  • @bqtubes
    @bqtubes 13 лет назад

    @mxsunayv I appreciate the free classes in this complex topic. I understand very well. Listen to the logic. It will be easy to follow.

  • @ThomasJeff4s0n
    @ThomasJeff4s0n 7 лет назад

    Great video. Your accent is great. I used the automatic youtube captions and they worked perfectly as well. Thank you for the information.

  • @chmercuri
    @chmercuri 8 лет назад

    Excelente video, ficou claro sobre a arquitetura do banco Oracle.
    ---------------------
    Excellent video, it was clear about the architecture of the Oracle database.

  • @moskitokamikaze9766
    @moskitokamikaze9766 10 лет назад +2

    Now this explanation is simple awesome! Thanks for upload it to RUclips

  • @roughsealtd
    @roughsealtd  12 лет назад

    Subtitles are a RUclips feature. You upload either a plain text file or a text file that includes timing indications.

  • @ulysses_grant
    @ulysses_grant 9 лет назад +1

    Great information, the best video I've seen in this subject. Thanks a lot!

  • @roughsealtd
    @roughsealtd  13 лет назад

    @sallampa
    > strings control.dbf | grep temp
    /usr/lib/oracle/xe/oradata/XE/temp.dbf
    /usr/lib/oracle/xe/oradata/XE/temp.dbf
    It's there.

  • @maheshwaranparamasivan5177
    @maheshwaranparamasivan5177 7 лет назад

    Very Crisp and to the point. Also Thanks for the captions :)

  • @kkatkam
    @kkatkam 14 лет назад

    Thanks for explaining Ora db architecture in simple

  • @Hjominbonrun
    @Hjominbonrun 11 лет назад

    Do you only post on youtube?
    I'm an mssql dba learning oracle and your vids seem very too the point.

  • @felipeserial
    @felipeserial 9 лет назад +4

    Hello dear, I appreciate a lot this video, but it's from 2009, still update this structure nowadays? I mean, is it the same?

  • @technologysamrat125
    @technologysamrat125 9 лет назад +1

    Really good information about database. Can i use this video in my website.

    • @roughsealtd
      @roughsealtd  9 лет назад +8

      TechnologySamrat
      Yes, embedded the video is allowed. As long as you don't edit it and don't try to pretend that you are the author, you can use it wherever you want.

  • @twolittlehorses4me
    @twolittlehorses4me 13 лет назад

    Do not worry about your accent, It does not distract from presentation.

  • @robheusd
    @robheusd 8 лет назад +1

    If two queries are functionally the same (returning same resultset) but not litterally the same, they get parsed as different queries? (for example: differences in whitespace between tokens, and differences in case of keywords in queries, or alternate syntax forms which are functionally the same).

    • @roughsealtd
      @roughsealtd  8 лет назад +1

      I'm not too sure about spaces, case is indifferent, but different aliases and even comments change the "signature" of a query. And of course you have multiple ways of returning the same result with different queries; joins can be written in different ways, and can be replaced by subqueries. Only the text counts for signatures, it's not thought for interactive queries but for prepared queries in programs that are executed repeatedly.

    • @robheusd
      @robheusd 8 лет назад

      So, oracle would not create an abstract syntax tree in the soft parse phase? If the query has a bind variable, the signature does not depend on the value of the bindvar? The excution plan might differ for different values of a bindvar due to statistics.

    • @roughsealtd
      @roughsealtd  8 лет назад +1

      Exactly, the signature only depends on text. Concerning bind variables, you have put the finger of one of the major performance stability issues. Oracle tries to anticipate problems when statistics hint at a distribution of values that may be hazardous, and may put queries under watch, checking actual against expected performance, but it only notices it after one query has gone wrong. Dynamic sampling may help.

    • @shihabma
      @shihabma 6 лет назад

      yes

  • @GirijeshT
    @GirijeshT 12 лет назад

    Really amzing video , very good accent , very well explained in 10 mins .
    Thnx a lot :)

  • @sallampa
    @sallampa 13 лет назад

    there is one point that you mentioned wrongly that is tempfiles never records in controlfile

  • @roughsealtd
    @roughsealtd  13 лет назад

    @mxsunayv
    This is why the same video is ALSO available in French, where my accent is flawless. I suggest you watch the French one.

    • @Shadow-nz1dm
      @Shadow-nz1dm 7 лет назад

      roughsealtd your accent is perfect

  • @roughsealtd
    @roughsealtd  11 лет назад

    So far I have been only posting on RUclips but I am right now considering a few more "work friendly" options (I guess that the question is motivated by RUclips being blocked at work?)

  • @baoshinchang1750
    @baoshinchang1750 10 лет назад +2

    Very clear and informative. Thank you!

  • @anzodefotouni5618
    @anzodefotouni5618 9 лет назад +3

    This is exactly what I have been looking for since I struggling with oracle architecture.
    Thanks a bunch.
    Is it possible to have access to more in depth videos on oracle architecture even if ti cost some money?

  • @zes7215
    @zes7215 7 лет назад

    not understanding of this to perfox, not everyx, idt nerx

  • @sivakumarm8033
    @sivakumarm8033 9 лет назад +1

    Great Explanation.. You nailed it.

  • @roughsealtd
    @roughsealtd  11 лет назад

    I'm not too comfortable with blogs; I have either too little or too much to say. Add to this that 24-hour days are already too short for what I'm doing ...

  • @bqtubes
    @bqtubes 13 лет назад

    Great presentation. Thank you for this free tutorial.

  • @supriya16891
    @supriya16891 11 лет назад

    Awesome video!! It was immensely helpful......

  • @PradyumnaNadig
    @PradyumnaNadig 9 лет назад

    Excellent, precise.

  • @vemparalasuresh
    @vemparalasuresh 14 лет назад

    Thanks a lot, It's really good and basic information

  • @kmsunil87
    @kmsunil87 8 лет назад +1

    Good starter video..... Thanks

  • @jamsjams3083
    @jamsjams3083 9 лет назад

    Really Nice information,, Good Architecture part..

  • @wycherleywilliam4316
    @wycherleywilliam4316 9 лет назад +1

    很好的讲解,very nice,

  • @sudhaprv
    @sudhaprv 12 лет назад

    Exactly the way I was looking for.... Thanks !!

  • @newkool100
    @newkool100 10 лет назад +1

    good one...thanks for the share...

  • @sudheervlogs
    @sudheervlogs 9 лет назад +2

    Very nice explanation

  • @ashishcan1
    @ashishcan1 15 лет назад

    now thts wht we call a video

  • @djnihal2
    @djnihal2 9 лет назад

    good and decent explanation... job well done..
    thank you :D

  • @VishalGorekamle
    @VishalGorekamle 15 лет назад

    Its Exellent....very Well Explained.

  • @suvajitmaity
    @suvajitmaity 15 лет назад

    This guy's are genious....

  • @shamuratov
    @shamuratov 13 лет назад

    good tutorial, but you have to do more pauses and be more expressive, not simply read from your notes, otherwise is very difficult to follow you.
    anyway thank you for your effort.

  • @skhazra
    @skhazra 15 лет назад

    very good indeed.

  • @triajoern
    @triajoern 13 лет назад

    Great Video. Thanks for that. More please ,-)

  • @adityaniet
    @adityaniet 10 лет назад +1

    excellent video

  • @yilong1980
    @yilong1980 15 лет назад

    謝謝你提供的影片,對我很有幫助

  • @andreastewart917
    @andreastewart917 11 лет назад

    Great video G

  • @oracleKalari
    @oracleKalari 15 лет назад

    Excellent

  • @jayejayeee
    @jayejayeee 13 лет назад

    really informative and interesting

  • @modiyam
    @modiyam 15 лет назад

    Nice & Excellent.... Thanks..!

  • @tabrezpasha3748
    @tabrezpasha3748 12 лет назад

    awesome video!!!

  • @KadianAthior
    @KadianAthior 14 лет назад

    @polehunter
    This is a french accent :) Sorry.

  • @Sefr-gravity
    @Sefr-gravity 15 лет назад

    Thanks a lot its very helpful

  • @iPhoneJerry
    @iPhoneJerry 6 лет назад

    Thank you

  • @jriosfer
    @jriosfer 14 лет назад

    Thank you so much!

  • @ShylaEkansh
    @ShylaEkansh 12 лет назад

    Good one ....

  • @achouab
    @achouab 15 лет назад

    Awesome. Great... Thanks!

  • @PravinJanjal92
    @PravinJanjal92 8 лет назад +1

    Awesome

  • @abhisheksingh278
    @abhisheksingh278 10 лет назад

    Nice Video

  • @arshadmoin
    @arshadmoin 15 лет назад

    Thanks!!!

  • @hnuniyal
    @hnuniyal 8 лет назад +1

    Excellant

  • @tonofurlong
    @tonofurlong 10 лет назад +1

    nice

  • @shivrajkadam3172
    @shivrajkadam3172 8 лет назад +1

    interesting.....

  • @krazyknowles
    @krazyknowles 13 лет назад

    reminds me of the French man from The Matrix 2

  • @polehunter
    @polehunter 15 лет назад

    he must be from England!!

  • @MrPAKISTANI777
    @MrPAKISTANI777 10 лет назад +1

    Video and contents are awesome, but the accent is not easy to digest "VERY VARD HARD ACCENT' he would have used other auto speech type of options.

  • @descendentofthemystc
    @descendentofthemystc 8 лет назад +2

    The video was great up until the last two minutes. It's great to explain advanced technical terms at a basic level for people to understand if the people actually understood what the guy is saying. And then let's have CAPTIONS AVAILABLE IF I FEEL LIKE IT at the top just to tease everyone. "Full transcript available for a small fee" Like sorry you're not french and I half assed my english pronunciations, if you want to understand me give me money. What a fucking joke.

  • @hasithaef
    @hasithaef 15 лет назад

    Info conveyed is good.. Bt the voice is like Microsoft Sam's... . :)

  • @Aequinaszinha
    @Aequinaszinha 13 лет назад

    @seekknowledge2010 "Crappy American" should be replaced with "crappy people" Not all Americans think this way nor dislike to do hard work. Nor do you know if he is actually an American because there are other countries that speak English, and the Americas speak Spanish and Portuguese as well as English.... Your generalization is discriminatory.

  • @sudhize
    @sudhize 11 лет назад

    good one...Thanks a lot..:)

  • @9247288175
    @9247288175 11 лет назад

    not bad not good medium.well
    some time

  • @wrsswijesena
    @wrsswijesena 10 лет назад

    Excellent