Database training a sense of

rn
Recently had the honor of the Ministry of Information Industry took part in a training organized by oracle, the teacher lectures, Yuan Baohua, to 30 years old, more than ten years in database industry, although much older, but the teaching can be a vivid, lively way. After listening to the entire five-day course, I did not even play a doze, a record since the record since I go to school, so, regardless of the final database of knowledge to learn how many aspects of teaching that he is powerful enough.

rn
Said the lively lecture because he likes to play when for instance, using the database permissions for the chapter, he would go to the bank by a person, such as money, etc. so for example, because the process is similar to one it is easy to understand than simply teaching more lively.

rn
Speaking of lively because he is very humorous style of speaking, for example, to teach rman would like to introduce before the merits of rman, he would jokingly said, "I would like to introduce one of the advantages of the rman, you want to listen to, I said next, does not want to listen Even if "; introduction he asked us," You felt you rman, ah want to continue to listen to. "We see no response, he went on to say that" such a good thing, you are not tempted?? that One of the advantages I have to say, look at your heart at every turn "; If so, he introduced the rman of 5, 6 advantages. In fact, the content of a professor teaching with almost ordinary, but because of his lecture on the gimmicks and more people can always find new ideas. This lecture can be attractive, it is not surprising.

rn
In addition, I found a way to improve teaching effectiveness, that is, story-telling. Comrade Yuan special love story (do not know this story is true or false), his work will take place in the middle of things, for example, who encountered Who's who what kind of things, and finally found the reasons for that, and so on and so on. These stories have taken place in the well-known inside the company, but behind each story there is a specific database knowledge, and so he finished the story, well, not only to remember the story, the story behind it to remember the knowledge. This seems to simply point a professor of knowledge more effective. From, I also found a reason, a regular person who engaged in technology, it should be from time to time onto the platform can not only sort out their own knowledge into the system, it can happen to them to educate other people's things.

rn
Five-day course is over, even if the databases do not have much technical progress, but at least be considered in regard to lectures to learn a lot. Yuan teacher wish our visit to Hangzhou.
  • del.icio.us
  • StumbleUpon
  • Digg
  • TwitThis
  • Mixx
  • Technorati
  • Facebook
  • NewsVine
  • Reddit
  • Google
  • LinkedIn
  • YahooMyWeb

Related Posts of Database training a sense of

  • ORACLE10G full version centos5 installed (the installation has passed)

    ORACLE10G full version centos5 installed (the installation has passed) 1. Centos 5.0 install rn GUI must be installed, it is best not to start selinux rn rn rn 2. . Ready to install the software: (this is very important, is the first installation fai ...

  • SGA extended the principle of 32bit oracle

    SGA extended the principle of 32bit oracle From: http://www.itpub.net/247048.html Because the median 32bitrnoracle restrictions can only visit the oracle process 4g (2 of 32 power) following virtual memory address, the time at a lot of people this is ...

  • SQL optimization (4) - Table of the three connections

    Test the following three commonly used connection between the table: Sort - merge connected (sort-merge join, SMJ) Nested loops (nested loop, NL) Hash connection (hash join, HASH) 1. To create the test table SQL> select * from v $ version; BANNER ...

  • Dbms_obfuscation_toolkit use of Oracle's encryption and decryption of data (to)

    In order to protect sensitive data, oracle start from 8i to provide a data encryption package: dbms_obfuscation_toolkit. Take advantage of this package, our data can be DES, Triple DES or MD5 encryption. This article on the use of this and the use of ...

  • Oracle XDB relax resolve port conflict of 8080

    In this paper, carried: http://www.enet.com.cn/article/2008/0306/A20080306175452.shtml Oracle 9i from the start, Oracle includes the installation of the default XDB. After starting the database, Oracle XDB's http service will automatically take u ...

  • Oracle in the relationship between User and Schema

    If we want to know the database and the User What is the relationship between Schema, we must first know about User and Schema database What is the concept in the end. In SQL Server2000 in architecture because of the reason, User and Schema there is ...

  • High Availability Oracle Flashback

    Brief introduction Flashback Database is a point in time (PIT) restore the database approach. This incomplete recovery strategy can be used to restore the logic because of human error cause damage to the database. At the introduction of 10g, it is de ...

  • An example of the use of TKPROF

    First, view and edit parameters SQL> show parameter max_dump_file_size NAME TYPE VALUE ------------------------------------ ----------- --- --------------------------- max_dump_file_size string UNLIMITED SQL> show parameter user_dump_dest NAME TYPE

  • Diagnosis and principles of order

    SQL> select disk.value "Disk", mem.value "Mem", 2 (disk.value / mem.value) * 100 "Ratio" 3 from v $ sysstat mem, v $ sysstat disk 4 where mem.name = 'sorts (memory)' 5 and disk.name = 'sorts (disk)'; D ...

  • ORACLE 10G dataguard configuration Step by Step

    oracle dataguard

Leave a Reply

Recent
Recent Entries
Tag Cloud
Random Entries
Latest Comments