<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: layla 🇱🇾</title>
    <description>The latest articles on DEV Community by layla 🇱🇾 (@pilatesdev).</description>
    <link>https://dev.to/pilatesdev</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F690350%2F919bbaac-fd84-4342-b30e-494e20f6cf2b.jpg</url>
      <title>DEV Community: layla 🇱🇾</title>
      <link>https://dev.to/pilatesdev</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/pilatesdev"/>
    <language>en</language>
    <item>
      <title>How to Import Data in Oracle SQL Developer Web</title>
      <dc:creator>layla 🇱🇾</dc:creator>
      <pubDate>Tue, 21 Jun 2022 15:02:05 +0000</pubDate>
      <link>https://dev.to/pilatesdev/how-to-import-data-in-oracle-sql-developer-web-2lhk</link>
      <guid>https://dev.to/pilatesdev/how-to-import-data-in-oracle-sql-developer-web-2lhk</guid>
      <description>&lt;p&gt;Howdy coders! This blog post is going to cover &lt;strong&gt;how you can create a new table in Oracle SQL Developer Web using imported data from .CSV file&lt;/strong&gt; 💪🏽 &lt;/p&gt;

&lt;p&gt;If you haven't set up your *'Always Free' *Oracle Cloud account (it's literally *always free *LOL) and created a Database yet, &lt;a href="https://laylacodes.hashnode.dev/creating-an-atp-database-with-oracle-sql-developer-web"&gt;click here and follow the steps in this blog post before following this one.&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Let's get jiggy with it 😎&lt;/p&gt;

&lt;h3&gt;
  
  
  Steps
&lt;/h3&gt;

&lt;h4&gt;
  
  
  Step 1) Sign In
&lt;/h4&gt;

&lt;p&gt;Go to oracle.cloud.com and sign in! (Save your log-in info for quick access)&lt;/p&gt;

&lt;h4&gt;
  
  
  Step 2) Choose your Database
&lt;/h4&gt;

&lt;p&gt;Click on &lt;code&gt;Autonomous Database&lt;/code&gt; listed under Service Links. &lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--RmQTY2He--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/vzc01iaocbe4y9v7ae08.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--RmQTY2He--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/vzc01iaocbe4y9v7ae08.png" alt="Image description" width="880" height="437"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;📌 *And if you can't find &lt;code&gt;Autonomous Database&lt;/code&gt; in Service Links, type the name of your Database in the search-bar. * Like I did below:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--Cze-5U8t--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/tf92ftlxh5l0qrcea17y.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--Cze-5U8t--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/tf92ftlxh5l0qrcea17y.png" alt="Image description" width="880" height="446"&gt;&lt;/a&gt;&lt;br&gt;
 My Database name is 'beautifulsoop', so if I just type that in the search-bar, press Enter... my database will show up! &lt;/p&gt;

&lt;p&gt;So, now click the name of your Database &amp;amp; that'll take you directly to your &lt;code&gt;Autonomous Database Details&lt;/code&gt; page that looks like this:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--ouWP_6LL--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/qkn9g5bj5baefuduwmjn.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--ouWP_6LL--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/qkn9g5bj5baefuduwmjn.png" alt="Image description" width="880" height="441"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h4&gt;
  
  
  Step 3) Click on &lt;code&gt;Database Actions&lt;/code&gt;
&lt;/h4&gt;

&lt;h4&gt;
  
  
  Step 4) Click on &lt;code&gt;SQL&lt;/code&gt;
&lt;/h4&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--nqn8xi5e--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/rm1495qm01ipdgj2utyu.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--nqn8xi5e--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/rm1495qm01ipdgj2utyu.png" alt="Image description" width="880" height="403"&gt;&lt;/a&gt; &lt;br&gt;
📌 (Fun fact: you can bookmark this page to be able to refer back to your Database Launchpad &lt;strong&gt;directly!&lt;/strong&gt;)&lt;/p&gt;

&lt;h4&gt;
  
  
  Step 5) Click the &lt;code&gt;...&lt;/code&gt;
&lt;/h4&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--eZ_jarXL--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/k96aj7j5xt81kohmckst.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--eZ_jarXL--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/k96aj7j5xt81kohmckst.png" alt="Image description" width="880" height="444"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;And click &lt;code&gt;Data Loading&lt;/code&gt; ► &lt;code&gt;Upload Data Into New Table&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--tEn6dsQ1--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/dsj40mmgwbvonjw6f8fv.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--tEn6dsQ1--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/dsj40mmgwbvonjw6f8fv.png" alt="Image description" width="880" height="445"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Then, &lt;em&gt;upload your file!&lt;/em&gt; Notice how it automatically grabs column names to be created? &lt;br&gt;
&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--uPswZ7eA--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/hnekbkrybxhn07hu24i8.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--uPswZ7eA--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/hnekbkrybxhn07hu24i8.png" alt="Image description" width="880" height="446"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Click &lt;code&gt;Next&lt;/code&gt; to define your data types, a Primary Key, what can be Null, etc. &lt;br&gt;
Shown here: &lt;br&gt;
&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--EPJtC41M--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/mstgxunq2zdwb1r8ggfh.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--EPJtC41M--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/mstgxunq2zdwb1r8ggfh.png" alt="Image description" width="880" height="546"&gt;&lt;/a&gt;&lt;br&gt;
 Click &lt;code&gt;Next&lt;/code&gt; to review the details of your new table. Notice how it shows the &lt;em&gt;actual&lt;/em&gt; DDL code that would be used to create the table and insert the data! It also shows you what cells from your spreadsheet file have been turned into column names.&lt;/p&gt;

&lt;p&gt;See below:&lt;br&gt;
&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--7uFPUcvj--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/1wa00jcbys307mp008kx.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--7uFPUcvj--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/1wa00jcbys307mp008kx.png" alt="Image description" width="880" height="544"&gt;&lt;/a&gt;&lt;br&gt;
 Follow the GIF below to see the whole process:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--UHBcdLe9--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_66%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/x0ckfh229k05iu1kuc5g.gif" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--UHBcdLe9--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_66%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/x0ckfh229k05iu1kuc5g.gif" alt="Image description" width="600" height="291"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Now, your table is created, and populated with all the data from the file you uploaded! &lt;strong&gt;SO EASY, RIGHT?&lt;/strong&gt; 💪🏽 and now when you run the query &lt;code&gt;SELECT * FROM your_new_table_name_here;&lt;/code&gt; --&amp;gt; the table you just created with all your file data will show up! &lt;/p&gt;

&lt;p&gt;See below:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--XbFXRnUU--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/rok00343fqbdk2p9u7ta.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--XbFXRnUU--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/rok00343fqbdk2p9u7ta.png" alt="Image description" width="880" height="443"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;AND FIN - you just learned how to upload data into your database using Oracle SQL Developer Web! 😎  literally only takes 5 steps!&lt;/p&gt;

&lt;p&gt;If you have any questions, don't hesitate to drop them in the comments below OR ping me on Twitter --&amp;gt; &lt;a href="https://twitter.com/pilatesdev"&gt;@pilatesdev&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;🧡 see you in my next post&lt;/p&gt;

</description>
      <category>beginners</category>
      <category>sql</category>
      <category>programming</category>
      <category>tutorial</category>
    </item>
  </channel>
</rss>
