<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="https://www.sqlines.com/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://www.sqlines.com/feed.php">
        <title>SQLines Tools oracle:how-to</title>
        <description></description>
        <link>https://www.sqlines.com/</link>
        <image rdf:resource="https://www.sqlines.com/lib/images/favicon.ico" />
       <dc:date>2026-04-14T06:33:56+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://www.sqlines.com/oracle/how-to/get_days_left_in_month?rev=1330192357&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.sqlines.com/oracle/how-to/show_oracle_dump_content?rev=1335526395&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://www.sqlines.com/lib/images/favicon.ico">
        <title>SQLines Tools</title>
        <link>https://www.sqlines.com/</link>
        <url>https://www.sqlines.com/lib/images/favicon.ico</url>
    </image>
    <item rdf:about="https://www.sqlines.com/oracle/how-to/get_days_left_in_month?rev=1330192357&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2012-02-25T17:52:37+00:00</dc:date>
        <title>Oracle - How to Get Number of Days Left in Month</title>
        <link>https://www.sqlines.com/oracle/how-to/get_days_left_in_month?rev=1330192357&amp;do=diff</link>
        <description>Given a date, how to find out the number of days left in the specified month?

Oracle Query


The following query shows how to get the number of days left in the current month (SYSDATE returns January 11, 2012 in this example):


   SELECT LAST_DAY(SYSDATE) - SYSDATE FROM dual;
   -- Result: 20</description>
    </item>
    <item rdf:about="https://www.sqlines.com/oracle/how-to/show_oracle_dump_content?rev=1335526395&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2012-04-27T11:33:15+00:00</dc:date>
        <title>How to Show Content of Oracle Dump/Export (.dmp) File</title>
        <link>https://www.sqlines.com/oracle/how-to/show_oracle_dump_content?rev=1335526395&amp;do=diff</link>
        <description>SHOW=y option of the IMP utility allows you to see the content of an Oracle dump/export file (.dmp).

When this option is specified, IMP outputs the SQL statements contained in the export file in the order in which Import will 
execute them.

IMP utility outputs the content to the screen, and you can re-direct it to a file:</description>
    </item>
</rdf:RDF>
