This blog evolved to a public notepad after all these years. I mainly share Oracle ERP stuff but I'm not limited to that.
Content can be Turkish or English.
How to compare data in Excel?
Get link
Facebook
X
Pinterest
Email
Other Apps
-
This example shows two ways to compare text in Excel. One is case-sensitive and one is case-insensitive.
You can use below SQL query to list down all shopping cateogry hierarcy (both browsing and purchasing ones) and description for English and Turkish languages. Please feel free to contact me if you relaize any mistake. SELECT prct.CATEGORY_NAME PARENT_CATEGORY_NAME_TR , prce.CATEGORY_NAME PARENT_CATEGORY_NAME_US , pch.PURCHASING_CAT_FLAG , CASE WHEN pch.PURCHASING_CAT_FLAG = 'Y' THEN ( SELECT ect.CATEGORY_NAME FROM EGP_CATEGORIES_TL ect WHERE pch.child_category_id = ect.category_id AND ect.language = 'TR' ) ELSE ( SELECT prct.CATEGORY_NAME FROM POR_BROWSE...
Veri merkezine 1,5 milyon dolarlık yatırım planlayan ve bunun 500 bin dolarlık kısmını gerçekleştiren DorukNet , Türkiye’deki Hyper-V platformu teknolojisi üzerinde bulut bilişim hizmeti veren ilk şirket oldu. DorukNet’in yeni hizmet alanı olan DorukCloud ile ilgili bilgiler veren DorukNet Genel Müdürü Gökhan Erkman, şirketin amiral gemisinin veri merkezi hizmetleri olduğunu vurgulayarak önümüzdeki beş yıl içinde de bu alandaki güçlerini artırarak devam edeceklerini belirtti. Erkman, son beş yılda her yıl ortalama yüzde 20 büyüyen veri merkezi hizmetlerinin 2010 yılında yüzde 28’lik bir büyüme kaydettiğinin altını çizerek, hedeflerinin veri merkezi hizmetlerinin tamamını bulut bilişim altyapısı ile sunmak olduğunu ifade etti. Veri merkezine toplamda 1,5 milyon dolarlık yatırım yapılması planlanıyor DorukNet’in sahip olduğu veri merkezi büyüklüğünü 10 bin metrekareye çıkarmayı hedeflediklerini ve Antalya’daki felaket kurtarma veri merkezine ek olarak İstanbul’da farklı ...
Here is a good explanation for table name conversiton in Oracle R12. _ALL Table holds all the information about different operating units. Multi-Org environment. You can also set the client_info to specific operating unit to see the data specific to that operating unit only. _TL Tables corresponding to another table with the same name minus the _TL. These tables provide multiple language support. For each item in the table without _TL there can be many rows in the _TL table, but all with different values in the LANGUAGE column. _B These are the CORE BASE tables. They are very important and the data is stored in the table with all validations. It is supposed that these table will always contain the perfect format data. If anything happens to the BASE table data, then it is a data corruption issue. _F These are date tracked tables, which occur in HR and Payroll. For these there are two date columns EFFECTIVE_START_DATE and EFFECTIVE_END_DATE whic...
Comments
Post a Comment