<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>sojib2bd.com</title>
	<atom:link href="http://blog.sojib2bd.com/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.sojib2bd.com</link>
	<description>Sojib\</description>
	<lastBuildDate>Fri, 24 Feb 2012 03:53:29 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Sylhet Tour In  Joyantapur</title>
		<link>http://blog.sojib2bd.com/myphoto/sylhet-tour-in-joyantapur.xhtml</link>
		<comments>http://blog.sojib2bd.com/myphoto/sylhet-tour-in-joyantapur.xhtml#comments</comments>
		<pubDate>Fri, 24 Feb 2012 03:45:18 +0000</pubDate>
		<dc:creator>Sojib2BD</dc:creator>
				<category><![CDATA[MyPhoto]]></category>

		<guid isPermaLink="false">http://blog.sojib2bd.com/?p=213</guid>
		<description><![CDATA[Sylhet Tour In  Joyantapur]]></description>
			<content:encoded><![CDATA[<p>Sylhet Tour In  Joyantapur</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.sojib2bd.com/myphoto/sylhet-tour-in-joyantapur.xhtml/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Jaflong,Sylhet, Bnagladesh</title>
		<link>http://blog.sojib2bd.com/myphoto/myphoto3.xhtml</link>
		<comments>http://blog.sojib2bd.com/myphoto/myphoto3.xhtml#comments</comments>
		<pubDate>Fri, 24 Feb 2012 03:44:08 +0000</pubDate>
		<dc:creator>Sojib2BD</dc:creator>
				<category><![CDATA[MyPhoto]]></category>

		<guid isPermaLink="false">http://blog.sojib2bd.com/?p=211</guid>
		<description><![CDATA[Sylhet Tour In Jaflong]]></description>
			<content:encoded><![CDATA[<p>Sylhet Tour In Jaflong</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.sojib2bd.com/myphoto/myphoto3.xhtml/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Jaflong,Sylhet ,Bangladesh</title>
		<link>http://blog.sojib2bd.com/myphoto/myphoto2.xhtml</link>
		<comments>http://blog.sojib2bd.com/myphoto/myphoto2.xhtml#comments</comments>
		<pubDate>Fri, 24 Feb 2012 03:42:59 +0000</pubDate>
		<dc:creator>Sojib2BD</dc:creator>
				<category><![CDATA[MyPhoto]]></category>

		<guid isPermaLink="false">http://blog.sojib2bd.com/?p=209</guid>
		<description><![CDATA[Sylhet Tour In Jaflong &#160;]]></description>
			<content:encoded><![CDATA[<p>Sylhet Tour In Jaflong</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.sojib2bd.com/myphoto/myphoto2.xhtml/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MyPhoto1</title>
		<link>http://blog.sojib2bd.com/myphoto/myphoto1.xhtml</link>
		<comments>http://blog.sojib2bd.com/myphoto/myphoto1.xhtml#comments</comments>
		<pubDate>Fri, 24 Feb 2012 03:41:36 +0000</pubDate>
		<dc:creator>Sojib2BD</dc:creator>
				<category><![CDATA[MyPhoto]]></category>

		<guid isPermaLink="false">http://blog.sojib2bd.com/?p=207</guid>
		<description><![CDATA[In Sylhet Tour in Mhadhob kondu &#160;]]></description>
			<content:encoded><![CDATA[<p>In Sylhet Tour in Mhadhob kondu</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.sojib2bd.com/myphoto/myphoto1.xhtml/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Oracle VIEWS</title>
		<link>http://blog.sojib2bd.com/study/oracle-views.xhtml</link>
		<comments>http://blog.sojib2bd.com/study/oracle-views.xhtml#comments</comments>
		<pubDate>Sun, 05 Feb 2012 06:58:53 +0000</pubDate>
		<dc:creator>Sojib2BD</dc:creator>
				<category><![CDATA[Oracle 10g]]></category>
		<category><![CDATA[Study]]></category>
		<category><![CDATA[10g view]]></category>
		<category><![CDATA[11g view]]></category>
		<category><![CDATA[Oracle View]]></category>

		<guid isPermaLink="false">http://blog.sojib2bd.com/?p=187</guid>
		<description><![CDATA[SQL: VIEWS http://www.techonthenet.com/sql/views.php ________________________________________ A view is, in essence, a virtual table. It does not physically exist. Rather, it is created by a query joining one or more tables. Creating a VIEW The syntax for creating a VIEW is: CREATE VIEW view_name AS SELECT columns FROM table WHERE predicates; For example: CREATE VIEW sup_orders AS [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;">SQL: VIEWS</p>
<p>http://www.techonthenet.com/sql/views.php</p>
<p>________________________________________</p>
<p>A view is, in essence, a virtual table. It does not physically exist. Rather, it is created by a query joining one or more tables.</p>
<p>Creating a VIEW<br />
The syntax for creating a VIEW is:<br />
CREATE VIEW view_name AS<br />
SELECT columns<br />
FROM table<br />
WHERE predicates;</p>
<p>For example:<span id="more-187"></span><br />
CREATE VIEW sup_orders AS<br />
SELECT suppliers.supplier_id, orders.quantity, orders.price<br />
FROM suppliers, orders<br />
WHERE suppliers.supplier_id = orders.supplier_id<br />
and suppliers.supplier_name = &#8216;IBM&#8217;;</p>
<p>This would create a virtual table based on the result set of the select statement. You can now query the view as follows:<br />
SELECT * FROM sup_orders;</p>
<p>Updating a VIEW<br />
You can update a VIEW without dropping it by using the following syntax:<br />
CREATE OR REPLACE VIEW view_name AS<br />
SELECT columns<br />
FROM table<br />
WHERE predicates;</p>
<p>For example:<br />
CREATE or REPLACE VIEW sup_orders AS<br />
SELECT suppliers.supplier_id, orders.quantity, orders.price<br />
FROM suppliers, orders<br />
WHERE suppliers.supplier_id = orders.supplier_id<br />
and suppliers.supplier_name = &#8216;Microsoft&#8217;;</p>
<p>Dropping a VIEW<br />
The syntax for dropping a VIEW is:<br />
DROP VIEW view_name;<br />
For example:<br />
DROP VIEW sup_orders;</p>
<p>Frequently Asked Questions<br />
________________________________________<br />
Question:  Can you update the data in a view?<br />
Answer:  A view is created by joining one or more tables. When you update record(s) in a view, it updates the records in the underlying tables that make up the view.<br />
So, yes, you can update the data in a view providing you have the proper privileges to the underlying tables.<br />
________________________________________<br />
Question: Does the view exist if the table is dropped from the database?<br />
Answer: Yes, in Oracle, the view continues to exist even after one of the tables (that the view is based on) is dropped from the database. However, if you try to query the view after the table has been dropped, you will receive a message indicating that the view has errors.<br />
If you recreate the table (that you had dropped), the view will again be fine.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.sojib2bd.com/study/oracle-views.xhtml/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Feature of Oracle</title>
		<link>http://blog.sojib2bd.com/study/feature-of-oracle.xhtml</link>
		<comments>http://blog.sojib2bd.com/study/feature-of-oracle.xhtml#comments</comments>
		<pubDate>Sun, 05 Feb 2012 06:55:24 +0000</pubDate>
		<dc:creator>Sojib2BD</dc:creator>
				<category><![CDATA[Oracle 10g]]></category>
		<category><![CDATA[Study]]></category>
		<category><![CDATA[10g feature]]></category>
		<category><![CDATA[11g feature]]></category>
		<category><![CDATA[defination on Oracle]]></category>

		<guid isPermaLink="false">http://blog.sojib2bd.com/?p=184</guid>
		<description><![CDATA[Definition http://searchoracle.techtarget.com/definition/10g 10g is Oracle&#8217;s grid computing product group including (among other things) a database management system (DBMS) and an application server. In addition to supporting grid computing features such as resource sharing and automatic load balancing, 10g products automate many database management tasks. The Real Application Cluster (RAC) component makes it possible to install [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><strong>Definition</strong></p>
<p>http://searchoracle.techtarget.com/definition/10g</p>
<p>10g is Oracle&#8217;s grid computing product group including (among other things) a database management system (DBMS) and an application server. In addition to supporting grid computing features such as resource sharing and automatic load balancing, 10g products automate many database management tasks. The Real Application Cluster (RAC) component makes it possible to install a database over multiple servers.<span id="more-184"></span><br />
10g follows Oracle&#8217;s 9i platform. Oracle says that the g (instead of the expected i) in the name symbolizes the company&#8217;s commitment to the grid model. However, according to some reports, many early adopters are deploying 10g solely for its automation features and have no immediate plans of implementing a grid environment.</p>
<p><span style="text-decoration: underline;"><strong>10g feature</strong></span><br />
1. Ability to rename tablespaces<br />
2. Automated Storage Management<br />
3. Grid computing &#8211; an extension of the clustering feature<br />
4. Automatic Database Diagnostic Monitor<br />
5. Support for bigfile tablespaces that are up to 8 Exabytes in size</p>
<p><span style="text-decoration: underline;"><strong>11g feature</strong></span><br />
1. Client-Side Query Cache<br />
2. Application and Schema Comparison<br />
3. PDF Printing<br />
4. Extensible Indexing<br />
5. Data Guard Improvements</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.sojib2bd.com/study/feature-of-oracle.xhtml/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Uninstall Oracle in XP &amp; Linux</title>
		<link>http://blog.sojib2bd.com/oracle-10g/how-to-uninstall-oracle-in-xp-linux.xhtml</link>
		<comments>http://blog.sojib2bd.com/oracle-10g/how-to-uninstall-oracle-in-xp-linux.xhtml#comments</comments>
		<pubDate>Sun, 09 Oct 2011 13:20:23 +0000</pubDate>
		<dc:creator>Sojib2BD</dc:creator>
				<category><![CDATA[Oracle 10g]]></category>
		<category><![CDATA[Oracle delete from registry]]></category>
		<category><![CDATA[Oracle Uninstall]]></category>

		<guid isPermaLink="false">http://blog.sojib2bd.com/?p=179</guid>
		<description><![CDATA[Windows Oracle uninstall is a Dangerous Process. If you mistake any process then a lot of problem arise. I am searching a lot of and test it in oracle 10g. It works properly. 1.Uninstall all Oracle components using the Oracle Universal Installer (OUI). 2.Run regedit.exe and delete the HKEY_LOCAL_MACHINE/SOFTWARE/ORACLE key. This contains registry entires for [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Windows</strong><br />
Oracle uninstall is a Dangerous Process. If you mistake any process then a lot of problem arise. I am searching a lot of and test it in oracle 10g. It works properly. </p>
<p>1.Uninstall all Oracle components using the Oracle Universal Installer (OUI).<br />
2.Run regedit.exe and delete the HKEY_LOCAL_MACHINE/SOFTWARE/ORACLE key. This contains registry entires for all Oracle products.<br />
3.Delete any references to Oracle services left behind in the following part of the registry:<br />
HKEY_LOCAL_MACHINE/SYSTEM/CurrentControlSet/Services/Ora*<br />
4.It should be pretty obvious which ones relate to Oracle.<br />
5.Reboot your machine.<br />
6.Delete the &#8220;C:\Oracle&#8221; directory, or whatever directory is your ORACLE_BASE.<br />
7. Delete the &#8220;C:\Program Files\Oracle&#8221; directory.<br />
8.Empty the contents of your &#8220;c:\temp&#8221; directory.<br />
9.Empty your recycle bin.</p>
<p>Source : http://www.oracle-base.com/<br />
Link: http://www.oracle-base.com/articles/misc/ManualOracleUninstall.php</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.sojib2bd.com/oracle-10g/how-to-uninstall-oracle-in-xp-linux.xhtml/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Case Sencative  Search in  oracle using like</title>
		<link>http://blog.sojib2bd.com/oracle-10g/case-sencative-search-in-oracle-using-like.xhtml</link>
		<comments>http://blog.sojib2bd.com/oracle-10g/case-sencative-search-in-oracle-using-like.xhtml#comments</comments>
		<pubDate>Wed, 09 Mar 2011 19:11:24 +0000</pubDate>
		<dc:creator>Sojib2BD</dc:creator>
				<category><![CDATA[Oracle 10g]]></category>
		<category><![CDATA[like]]></category>
		<category><![CDATA[Search in oracle using like]]></category>

		<guid isPermaLink="false">http://blog.sojib2bd.com/?p=176</guid>
		<description><![CDATA[The LIKE conditions specify a test involving pattern matching. Whereas the equality operator (=) exactly matches one character value to another, the LIKE conditions match a portion of one character value to another by searching the first value for the pattern specified by the second. LIKE calculates strings using characters as defined by the input [...]]]></description>
			<content:encoded><![CDATA[<p>The LIKE conditions specify a test involving pattern matching. Whereas the equality operator (=) exactly matches one character value to another, the LIKE conditions match a portion of one character value to another by searching the first value for the pattern specified by the second. LIKE calculates strings using characters as defined by the input character set&#8230;</p>
<p><span id="more-176"></span><br />
select * from CR_CLIENT_INFO<br />
where  REGEXP_LIKE (CI_CLIENT_NAME,&#8217;KHAI&#8217;,'i&#8217;)</p>
<p>1.&#8217;i&#8217; specifies case-insensitive matching.<br />
2.&#8217;c&#8217; specifies case-sensitive matching.<br />
3.&#8217;n&#8217; allows the period (.)</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.sojib2bd.com/oracle-10g/case-sencative-search-in-oracle-using-like.xhtml/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>How to create a trigger  for automatic Table ID</title>
		<link>http://blog.sojib2bd.com/oracle-10g/how-to-create-a-trigger-in-for-automatic-table-id.xhtml</link>
		<comments>http://blog.sojib2bd.com/oracle-10g/how-to-create-a-trigger-in-for-automatic-table-id.xhtml#comments</comments>
		<pubDate>Mon, 07 Mar 2011 12:38:19 +0000</pubDate>
		<dc:creator>Sojib2BD</dc:creator>
				<category><![CDATA[Oracle 10g]]></category>
		<category><![CDATA[10g trigger]]></category>
		<category><![CDATA[toad]]></category>
		<category><![CDATA[trigger]]></category>

		<guid isPermaLink="false">http://blog.sojib2bd.com/?p=172</guid>
		<description><![CDATA[How to Create a Trigger for create automatic generated ID&#8230;. Use Tools Oracle 10g and Toad 9 Step 1# &#8211;##### Added By khairul. Date :06-Mar-2011 &#8211;##################### Start Get PS_LEASE_ASSET_ID(PS_LEASE_ASSET_ID)######################################## FUNCTION GET_NEW_LEASE_ASSET_ID (a IN NUMBER) RETURN VARCHAR2 IS tmp_id PS_LEASE_ASSET.PS_LEASE_ASSET_ID%TYPE; tmpBID VARCHAR2 (5); BEGIN SELECT C.COUNTRY_ID &#124;&#124;SUBSTR(C.CMP_BRANCH_ID,7,3) BID INTO tmpBID FROM CM_CMP_BRANCH C WHERE C.IS_OPERATING=&#8217;Y'; SELECT [...]]]></description>
			<content:encoded><![CDATA[<p>How to Create a Trigger for create automatic generated ID&#8230;.</p>
<p>Use Tools  Oracle 10g and Toad 9</p>
<p>Step 1#</p>
<p>&#8211;##### Added By khairul. Date :06-Mar-2011<br />
&#8211;##################### Start Get PS_LEASE_ASSET_ID(PS_LEASE_ASSET_ID)########################################</p>
<p> FUNCTION GET_NEW_LEASE_ASSET_ID (a IN NUMBER)<br />
      RETURN VARCHAR2<br />
   IS<br />
      tmp_id   PS_LEASE_ASSET.PS_LEASE_ASSET_ID%TYPE;<br />
      tmpBID   VARCHAR2 (5);<br />
   BEGIN<br />
      SELECT C.COUNTRY_ID ||SUBSTR(C.CMP_BRANCH_ID,7,3) BID INTO tmpBID FROM CM_CMP_BRANCH C WHERE C.IS_OPERATING=&#8217;Y';</p>
<p>      SELECT NVL (MAX (PS_LEASE_ASSET_ID), TO_CHAR (SYSDATE, &#8216;yymmdd&#8217;)|| tmpBID || &#8217;0000000&#8242;)<br />
        INTO tmp_id<br />
        FROM  PS_LEASE_ASSET;</p>
<p>      IF SUBSTR (tmp_id, 1, 6) = TO_CHAR (SYSDATE, &#8216;yymmdd&#8217;)<br />
      THEN<br />
         RETURN TO_CHAR (tmp_id + 1, &#8217;000000000000000000&#8242;);<br />
      ELSE<br />
         RETURN TO_CHAR (SYSDATE, &#8216;yymmdd&#8217;) || tmpBID || &#8217;0000001&#8242;;<br />
      END IF;<br />
   END;<br />
&#8211;#########################End Get PS_LEASE_ASSET_ID#####################&#8212;&#8211;<br />
<span id="more-172"></span><br />
It could be done in</p>
<p>Packege->Body->Copy Script as a editor->Add This</p>
<p>Step 2#</p>
<p>&#8211;##### Added By Khairul. Date :19-feb-2011<br />
&#8211;##################### GET_NEW_FN_DEPO_SCHEDULE_ID(AT_ASSET_MAIN_TYPE)########################################<br />
FUNCTION GET_NEW_LEASE_ASSET_ID(a IN NUMBER)<br />
RETURN VARCHAR2;</p>
<p>It could be done in</p>
<p>Packege->Spece->Copy Script as a editor->Add This</p>
<p>Step 3#</p>
<p>CREATE OR REPLACE TRIGGER BDMIT_ERP_101.GENERATE_PS_LSASSET_ID<br />
BEFORE INSERT ON PS_LEASE_ASSET FOR EACH ROW<br />
BEGIN<br />
     :NEW.PS_LEASE_ASSET_ID:=TRIM(PKG_ERP_PRIMARY_KEY.GET_NEW_LEASE_ASSET_ID(0));<br />
END;<br />
/</p>
<p>It could be done in</p>
<p>SQL editor</p>
<p>All for Oracle 10g and Toad 9</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.sojib2bd.com/oracle-10g/how-to-create-a-trigger-in-for-automatic-table-id.xhtml/feed</wfw:commentRss>
		<slash:comments>37</slash:comments>
		</item>
		<item>
		<title>Oracle Function</title>
		<link>http://blog.sojib2bd.com/oracle-10g/oracle-function.xhtml</link>
		<comments>http://blog.sojib2bd.com/oracle-10g/oracle-function.xhtml#comments</comments>
		<pubDate>Sat, 12 Feb 2011 13:55:31 +0000</pubDate>
		<dc:creator>Sojib2BD</dc:creator>
				<category><![CDATA[Oracle 10g]]></category>
		<category><![CDATA[oracle function]]></category>

		<guid isPermaLink="false">http://blog.sojib2bd.com/?p=167</guid>
		<description><![CDATA[The syntax for a function is: CREATE [OR REPLACE] FUNCTION function_name [ (parameter [,parameter]) ] RETURN return_datatype IS &#124; AS [declaration_section] BEGIN executable_section [EXCEPTION exception_section] END [function_name];]]></description>
			<content:encoded><![CDATA[<p>The syntax for a function is:</p>
<p>CREATE [OR REPLACE] FUNCTION function_name<br />
    [ (parameter [,parameter]) ]<br />
    RETURN return_datatype<br />
IS | AS<br />
    [declaration_section]<br />
BEGIN<br />
    executable_section<br />
[EXCEPTION<br />
    exception_section]<br />
END [function_name];</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.sojib2bd.com/oracle-10g/oracle-function.xhtml/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

