zoukankan      html  css  js  c++  java
  • PL/SQL Developer import and export database method and illustrate

    PL/SQL Developer import and export database method and illustrate

     

    HOW WELL DO YOU KNOW THE APPLE UNIVERSE?

    In 2015, Apple became the first company worth how much?

    Which religion did Steve Jobs practice?

    What is one way Apple protects its secrecy?

    In 1981, "Woz" was in a plane crash and suffered which effect?

    Why did Steve Jobs leave his job designing video games at Atari?

    Who is Apple's second biggest market, after the United States?

    What was Tim Cook's position before he took over as Apple's CEO?

    Who was not one of the original 1971 founders of Apple?

    Despite the fact that he was the founder of the company, in 1985:

    Woz made a guest appearance in which Big Bang Theory episode?

     
    14
     
    • $700 billion

    • $1 trillion

    • Over $2 billion

    • $900 million

    • Zen Buddhism

    • Islam

    • Judaism

    • Christianity

    • Accounts require fingerprints to access

    • Randomly fires employees

    • Creates fake projects for employees

    • Moves its location every 4 months

    • Loss of his right arm

    • Short term memory loss

    • Limited movement in his jaw

    • Severe migraines

    • To fundraise for Apple

    • To travel through India

    • He fell in love with a married coworker

    • Due to health reasons

    • Israel

    • Japan

    • Canada

    • China

    • Secretary

    • Interior decorator

    • COO

    • Content writer

    • Bill Gates

    • Ronald Wayne

    • Steve Wozniak

    • Steve Jobs

    • Tim Cook called Apple "hopeless"

    • Steve Jobs was fired from Apple

    • Steve Wozniak sued Apple

    • Ronald Wayne worked as a waiter

    • Pants Alternative

    • Cruciferous Vegetable Amplification

    • Dumpling Paradox

    • Bat Jar Conjecture

    START NEXT QUIZ
    You Scored A Fair
     
    5/10
    CHALLENGE

    NEXT QUIZ STARTS IN:

     
    10
     
     

    PL/SQL Developer import and export database method and illustrate

    PL/SQL Developer is one of the main tools to import or export database for the Oracle database, here mainly introduce how to use PL/SQL Developer import and export database, and the import or export of some matters needing attention related instructions.

     

    1 export steps: 

    1.1. tools ->Export user object options, export.Sql file

    Description: export is built in table statement (including storage structure).


    1.2. tools ->export tables-> Select the option to export.Dmp file Oracle Export

    Description: contains three kinds of export, three can export the table structure and data, as follows:

    Oracle Export

    Sql Insert

    PL/SQL Developer

    The first is derived for the.Dmp file type, the.Dmp file is binary, cross platform, but also contains authority, efficiency is also very good, the most widely used .


    The second is exported as.Sql files, use a text editor to view, versatility is good, but not as efficient as the first, suitable for small amount of import and export data. Particular attention is the table cannot have large fields (blob, CLOB, long), if any, will prompt cannot derive (tips are as follows: table contains one or more LONG columns cannot export in sql format,user Pl/sql developer format instead).

    The third kind is derived for the.Pde type,.Pde Pl/sql developer own file type, with Pl/sql developer's own import and export only, cannot use the editor to view.



    2 steps:

    a.tools->import tables->SQL Inserts import.Sql files.

    b. tools->import talbes->Oracle Import and then importing the DMP file.

    Description: and the derived class like PL/SQL Developer, specific reference manual, in addition, it is best to the table before the delete imported before, of course except import another database.

  • 相关阅读:
    20175310 《Java程序设计》第3周学习总结
    IDEA学生免费申请教程
    20175310 《Java程序设计》第2周学习总结
    在虚拟机中使用中文输入法
    VMware虚拟机将英文改成中文的方法
    20175310 《Java程序设计》第1周学习总结(1)安装虚拟机
    20175310 《Java程序设计》第1周学习总结(2)
    Java 开源 CMS :magnolia
    开源网络监控管理系统:OpenNMS
    开源摄影机:Axiom Camera
  • 原文地址:https://www.cnblogs.com/yjhlsbnf/p/7775171.html
Copyright © 2011-2022 走看看