Thursday, 27 June 2013

Working on the HOST file in the system


Why host file is needed?

It is a simple text file without a file extension that is used to map(or navigate) or override IP addresses for before accessing a DNS(Domain Name server).

It convert the domain name into the Ip address.
For example when we are clicking the https://www.facebook.com/  a DNS ,the popular site in the world the host file mainly convert the DNS into some IP address .

There is a range of IP addresses used by Facebook.

69.63.184.142   
69.63.187.17
69.63.187.19
69.63.181.11
69.63.181.12 etc etc. or

if you want to see in which ip address your site (DNS ) is working on ,Then follow the steps.

1. Open you command prompt by type cmd in  the search bar.
 2. Write Ping www.facebook.com on the command line interface and it will display the ipaddress where facebook is working on and same for all the DNS's.



If you are not going to set the host file properly you may find difficulties to open certain sites .

You can also define the HOST FILE is works like a director or an instructor to a particular address in the web.

As i said these files are mainly used for the confidential purpose and doesn't need to be edited when we are going to access the normal network and Internet applications.

Questions arise why need we do or set the host file?

 It simply if we don't want to bore from the unnecessary stuffs from the internet then no need to do any changes but if you are got frustrated with the adv. of the sites then you have think twice.

1. It prevent to access the undesirable web servers.

2. Best to remember the site name and easy to use. for example the DBA people have to remember so many sites and server name which are not an easy task .And they are using this filemorethen others as compared.

 In windows the host file is simple the text file which can be edited by the notepad and normally located in the directory /etc.

The full path of the host file in WINDOW's machine.

C:\Windows\System32\drivers\etc





Other then windows all other OS like MAC and LINUX all have the same location for host file .Might be some time the naming convention different. Don't worry for the hosts-copy.(I have created it for my convenience)

How to edit the host file .....Here is how?

1.  Go to the above location.who are using the Windows and same for all other os users i guess.

2. As you can see the host file without any extension but its a text file(not to worry) .

3. Double click on the file and opened in the notepad and edit the file and you are done .

Example : As you can see i have only one ip address and its DNS i.e my local host


And i want to enter the messging.abcd.com into this host file for connecting to my communicator (before i found difficult toconnect it)  by applying the above steps that i mentioned and after editing the host file (below ) i am now able to connect to my communicator.



So , it's up to you what type of server and network site's IP address you want to store in the host file but always thinks the safer side.

How to crate a schma of your own


It's very easy.

We can not create the SCHEMA by executing the query 'create schema schema_name' .Absolutely wrong. Yor are in a wrong path. Don't worry it happens when we get excited but tell you ,this is  also a good activities to make your brain and hand active.

OK!! for creating a schema of your own ,you have to follow certain steps and below are the steps:

1.  Create a new user .
2.  Assign Grant permission to the user.
3.  Create the objects  and you are done .

Step1. Create a new user

As the definition of  schema says 'The logical structure of the database where the objects are resided' . Whenever we are created a Schema ,then it will directly created in the oracle database.

 Example : Scott is a schema which contains the object like emp, dept and many more.

We can create an user by executing the command 'Create user username' .

CREATE user debashis 
IDENTIFIED by passworddebshis123
DEFAULT TABLESPACE tbs_perm_01      (you can give any name ..no issue)
TEMPORARY TABLESPACE tbs_temp_01 (same as i mentioned above)
quota 30M on tbs_perm_01;

Explanation:

In the above query we have create an user debashis in the oracle database whose password is passworddebshis123 ,the default table space be tbs_perm_01 with a quota 30mb and the temporary table space is tbs_temp_01.

Step2. Assign privileges to new user in Oracle

Now time to setting up the the schema is to assign " system privileges" to the new user debashis.
the system privileges such as create tables,view,triggers, procedure,sequence and synonyms in the new schema.

Time to exercise your hands .

GRANT create session to debshis;
GRANT create synonyms to debashis;
GRANT create sequence to debashis;
GRANT create any trigger to debashis;
GRANT create any procedure to debashis;
GRANT create table to debashis;
GRANT create view to debashis;

Now an user can do the above activities without finding any error.

Step3. Create objects(Tables,objects,functions and operators.also segments  in the schemas)

Now this is the most important part . So let me explain it .

The syntex we have to follow to write a schema is :

CREATE SCHEMA schema_name [ AUTHORIZATION user_name ] [ schema_element [ ... ] ]
CREATE SCHEMA AUTHORIZATION user_name [ schema_element [ ... ] ]


When we write create schema ,it will make a new schema in the database.But aware the thing that the name of the Schema should be different from the existing schema name in the database.

Schema_name:
It's just the name of the schema what you want to give for identification.

user_name: 
The name of the user who owns the schema. If omitted, defaults to the user executing the command.

Schema_element:

An SQL statement defining an object to be created within the schema. Currently, only CREATE TABLE, CREATE VIEW, CREATE INDEX, CREATE SEQUENCE, CREATE TRIGGER and GRANT are accepted as clauses within CREATE SCHEMA. Other kinds of objects may be created in separate commands after the schema is created.

Examples for creating the different faces of the schema.

1. Creation of the simple schema
                                          CREATE SCHEMA FACEBOOK;
2.Creation of a schema for user debashis;
                                           CREATE SCHEMA FACEBOOK Authorization debashis;
3. Create a schema and create a table and view on this
                                             CREATE SCHEMA FACEBOOK
                                                        CREATE TABLE posts( title text, posting date, comment text[])
                                              CREATE VIEW FBCOMMENTS  AS
                                                        SELECT TITLE ,POSTING FROM POSTS WHERE COMMENT IS NOT NULL;
    
The equivalent syntex of the above step3 is

If we are taking schema into account and table under it ,then the you have to follow the below syntex.

CREATE SCHEMA FACEBOOK
                                    CREATE TABLE FACEBOOK.posts( title text, posting date, comment text[])
                                              CREATE VIEW FACEBOOK. FBCOMMENTS  AS
                                                        SELECT TITLE ,POSTING FROM POSTS WHERE COMMENT IS NOT NULL;


HOW TO ALTER THE SCHEMA

The statement is very similar to the ALTER staement that we used in sql ,oracle. so i don't think we will find any difficult in this regard.

The Syntex be:
                       ALTER SCHEMA name RENAME to new_schema_name;

HOW TO DROP A SCHEMA

Remove a schema from the database.

The Condition:
While doing so be careful about the fact that,  schema should not contain any kind of object under it otherwise dropping a schema can't be done.

The query must be:   DROP SCHEMA schema_name;

schema_name
Is the name by which the schema is known within the database.

Where you can find out the schema?

As i mentioned above the user should have the system privileges so we can reach out the schema in the sys.schema .
 Thanks.....
                     


Wednesday, 26 June 2013

Pray for Uttarakahand






Seems like the land of God attacked by the group of Devils . The Devils came down heavily by   taking the face of beauty 'Monsoon' , and made knee down to God.

The spirituality of human ends with the terrifying floods in Uttarkhand.The holy waters turned violent and claimed many lives. a lot of people got unidentified and some are invisible.Ans there are many who are rescued from the heart of Kedarnath and many more are praying for their life(Oh God please save us ,but they dont know  God also get trapped).

When I remembered the 3rd law of Newton "there is an equal and opposite reaction in every field' so why the law is exception in this case.Newton made his statement clear to the world that he was right.

The human race that prides itself in being called the supreme species has failed its fellow brethren with its lack of compassion.Just think about the people and their families who are still in the bank of the great river and the holy place of Yamuna.And now they questioned themselves that who will come to save them.

The pilgrims who survived the tragedy was so painful.Hunger was the the best pain that they are facing now ,but all credit goes to locals for all their efforts at the time of emergency.The stranded people who survived by our great Jawan(Army and Air-Force) had disturbing tales to narrate.After the very big concerns our Govt. looks the matter and taken a big steps to make clear the situation by providing all the basic needs. The reliefs are coming from each and every corner of the country. Corporate sectors. estates, and some local played a genuine role in saving lives of pilgrims who are now able to return safely.

Now the definition of country (youth India) also  takes into picture to protect the survivors and departed. NGOs were also making efforts to ensure the safety of ladies.

But all my praise goes to the Indian Army and Air force for their superb steps to make the pilgrims that they are safe!! Not to worry!!  And  human replies ' Thank you' for giving us the second chance.I am forgot to praise the activities done by the IAF and their moves describes very daring and Innvotive.
But still now it does not shaken the faith of sadhus on 'char-dham'. Still the word 'God' is coming from their mouth. It seems that the tragedy has reinforced their faith in the twin forces of ‘Shiva’ and ‘Shakti’ as the Kedarnath shrine and the ‘Shivlinga’ is safe when the rest of the town was destroyed.

But the destruction was the output of activities done by the human. It's all about the construction which was done on the bank of Uttarkashi-Kedarnath region ..
This is a best lesson from which we must learn to curb the activities that interfere with the environment.Now its the time for all of us to pray for Uttarkhaand and hope all people will rescued and all will clear and as per govt. the town will be same within 3years. Hope the Govt. will convert it's words into actions .

A big thanks to those who have taken the steps to help out the people in Uttarkahand and Many thanks  to ARMY, AIR FORCE ,NGO,IAF and GOVT. too for extending their hands to help out the their people and friends.

Please help if you capable enough...

Advanced thanks to you..




 

Monday, 24 June 2013

Concurrent Program and Concurrent Manager


There are  many programs are running while we start the oracle Application from the back ground and these programs are help to make our Apps up and running for 24 hours and make our work .

Concurrent Programs are the main programs that are running behind the scene in the Oracle Apps and try to make the things simple for the end users.

Concurrent Manager are the simple executable files which are used to do a specific task for example posting a journal entry and generating the reports.

and all these concurrent programs are mainly handles by the concurrent manager.

What is Concurrent Manager?

Concurrent Manager it self is a concurrent program which handles all other concurrent program.

The concurrent managers in the Oracle e-Business suite serve several important administrative functions. 

In a same time users are sending so many request to oracle Apps to access their demand and think if there is no manager  present then  who will going to handle and process all these request and the oracle apps become overwhelmed with the request set.

NOTE: The above request send by the user to the Oracle Apps are called the concurrent request.

Concurrent request are the parallel request send by the user to process a task . And mainly these request are handled by the concurrent manager.

In Oracle Application a user can do two types of activities 1. Online Transaction transfer (OLTP)and 2. batch processing


The concurrent managers ensure that the applications are not overwhelmed with requests, and the second areas of functions are the management of batch processing and report generation. 

Don't think there is only a master concurrent  manager which is handling all the concurrent request ,but your assumption is wrong . 

There are many Concurrent Managers, each governing flow within each Oracle Apps areas. In addition there are "super" Concurrent Managers whose job is to govern the behavior of the slave Concurrent Managers. The Oracle e-Business suite has three important master Concurrent Managers:

Internal Concurrent Manager: 

It controls the behavior of all of the other managers, and because the ICM is the boss, it must be running before any other managers can be activated. The main functions of the ICM are to start up and shutdown the individual concurrent managers, and reset the other managers after one them has a failure. 

Standard Manager:

It accepts any and all request.It has no predefined rules and activate is all the time. And we should not add any kind of predefined rules to the standard  manager as it can cause problems.


Conflict Resolution Manager

Responsible for finding out the solution if there is any conflict arises such as request incompatibilities. However, the ICM can be configured to take over the CRM's job to resolve incompatibilities.

Transaction Manager 
Responsible for  the online transaction (ex. inventory transaction)

How do you stop/start Concurrent Manager

Login to Oracle Applications.
Switch to System Administrator Responsibility.
Navigate to Administer Concurrent Manager Screen.
Concurrent->
Manager->
Administer-> 


http://onlineappsdba.com/wp-content/uploads/2009/09/cm_11.JPG

How to check the concurrent manager is running or not?
Just follow the above steps and when we click on the concurrent link it will show a window which displaying all the managers an Oracle E_BS has.

Now have a glance into the processes column if the target and actual column equal the same number (above 0) this means the manager is up and running.


 

Tuning the Concurrent Manager

1.  To maximize the throughput for jobs which spawn parallel workers ( i.e auto invoice and payroll) , consider reduce the sleep time of the Conflict Resolution Manager(CRM).
Default is 60 secs, take into 5 or 10 seconds into accounts so that make active whenever there will be any conflict arises in the process.

2.  Increase the cache size (number of request cached) to at lease twice the number of target processes.

3.  Purge the FND tables on a regular basis using the 'purge concurrent request and manager data program'.

      Workload Management.

4.  Trim the FAT .  Review and eliminate the jobs that are not required or not used by your users.
5.  Avoid enabling an excessive number of standard or specialized managers.

6  Use specialization rules and work shifts to bind specific jobs  to specific time windows

7  Helps avoid scheduling resource intensive batch requests during peak activity

8  Reschedule some programs to run when the concurrent managers have excess capacity and

9  Add more queues if all queues are running at maximum
   capacity only if resources permit.
Transaction Management.

10. As above mentioned it is mainly used for the transaction activities i.e (Inventory Transaction) .

11. Set the profile “Concurrent:Wait for Available TM” to 1 (second).

12 Set the sleep time on the TMs to a high number (e.g. 10 minutes).
  
Concurrent Reports
 
13. Ensure users provide selective parameters to the Reports.
14.  SQL Trace can be generated for slow reports .

SQL Tracing & PL/SQL Profiling
 
• Program Level 

 Enable the trace/profiling option in the concurrent program
definition form

• Request Level 

Use the Debug Options button in the Request Submission Form

• The profile “Concurrent: Allow Debugging” should be set to
‘Yes’

Analyzing Oracle Apps Dictionary Tables for High Performance
It is also very important to run the request Gather Table Statistics on these tables:
  • FND_CONCURRENT_PROCESSES
     
  • FND_CONCURRENT_PROGRAMS
     
  • FND_CONCURRENT_REQUESTS
     
  • FND_CONCURRENT_QUEUES. 
     
Excited to know where the log files of the Concurrent Manager are present.



 How to start and stop the concurrent manager?
  
It's a common dilemma in every DBA  beginners   that how can i start my concurrent manager and where is the location of this CM.


The syntax to start the concurrent managers from the command line:

adcmctl.sh start apps/apps

You stop the concurrent managers from the command line:

adcmctl.sh stop apps/apps 


  Now the answers for what is the location where the CM is located:

It mainly depends upon whether $APPLCSF is set or not.

The CM logfiles can be present either of the location.

1. If the environment variable $APPLCSF is set, the default location is $APPLCSF/$APPLLOG

2. If the environment variable $APPLCSF is not set, the logs go to $FND_TOP/$APPLLOG

The default name of the concurrent manager log files is std.mgr


How  do you check the status of the manager from the OS.?

From UNIX environment you can use below  command in your command line interface

$ ps -ef | grep LIB 









 

Sunday, 23 June 2013

Education and My life at Navodaya

       




Before you are going to read this blog,one request friends ,if you have the time and interest to read my experience about education and my long 7 years experience in JNV,Surangi, Ganjam then just go for it otherwise please don't read it, may be you will not find any interest or  you will thought it happens in every individual's life too then what is the difference ? I am not here to answer you. So please don't read!!! It's my great pleasure, if you read my blog.

I am very happy that i grown up in a boarding school (Jawahar Navodaya Vidyalaya, Surangi, Ganjam) and immensely happy to have grown autonomously during my school days.I have learnt a lot during those days. How to deal with the situation and most importantly to know what i can do with out my parents help.
I learnt  how to build my career and how to adjust with the environment. I went to school more to have fun in  the classroom ,expecting something interesting(including the mischievous things too). honestly speaking ,i felt i had no brains to understand the subject like Biology( you can guess now why i am preferred to become an engineer rather then a good doctor) . But i can challenge to math subject.

My favorite row in the class was third ,I saw many of my friends are always prefer the front row Don't now the reason for it. While attending the classes i am totally concentrate to my teachers (more in the case of Madam....you know the reason why?) except in English and Biology( I feel bored ). Might be the best reason why my English is not so good. I could rush to the playground to play my favorite game cricket and football. My game teacher GK Maytra (one of my favorite teacher in my school days)  trained me to a spiker and always guided me to study hard and understand me the value of academic ,side by side how to make myself as an all rounder.

Looking back ,when i am thinking about my school days ,i just wonder how i survived  for long 7 years with out my parents and their care.From here you can guess, what type of teachers, friends and  mess bhaina(Nira bhaina, Apana aja, Bhagban bhaina,and many are there but forgot to remember the name at this moment...sorry for that). Nira bhaina is known for his 'Ghanta tarkari' ,and sill now i loved that special curry even if i have eat so many variate of items in hotels. I would praise my father special (my mother as well but my father is the person who motivate me to join but never forced). My father who never tell me anything even if when my academic performance gets low( got the lowest mark in Std 2.) .Always motivate me to be good and guide me to achieve that. And today I have something to define myself .I am in the halfway ,i have to move on.
Parents today are overzealous in shaping the future of their progeny. Just watch the faces of parents at the announcement of results . One could perceive the bearing smiles of the ranker's parents and bleeding eye's of those parents who are good but not the best. who will going to convince them its just marks . As per my view 'Marks and numbers are not the criteria to find out talents of a student' . Some time you have experienced that children have the good knowledge but not able to score.  May be i too get selfish, when i became a parents and then might be i can understand why my parents are always expecting the rank 1 from me(but when i was writing this blog i am a bachelor and waiting for someone).

Now days  parents are dominating to their kids ,they totally brainwashed their minds by blowing out the permutation and combination of how to get that 1st rank and grades as the sole yardstick of schooling .The excitement of discovery ,the involvement in debate and above all eagerness to read for fun and enjoyment seem to be sacrificed at the alter of sharpening one's skill .

And in this process parents are forgetting  that they are killing their children by snatching their childhood which is never be accepted in any law. But I am so lucky that I am far far behind from these things .My parents are never pressurized me to, go and grab the 1st position in the class rather they told me always 'ok' not a bad marks. Tried to improve yourself(don't think that it's a kind of forcing) , there is much difference between trying to be and  have to be .

Oh!! I almost forgot to share the experience that, I have did in my school days to you . I have many more .But if I am going to share all those then I don't think my blog  will become a precise one and  will not find any interest to read it ( by the way this is my blog and I have the right to write anything ..don't mind (i got selfish this time)).

 Started from my 6th standard a small kid nearly age of 11(max) entered into the district's best school with a box having his basic needs and  far way from his native town ,forgetting all kind of happiness and his beloved friends .He knew that it's not easy for him to adapt the situation easily but taken steps can't be bounce back.
Any how i got adjusted with the environments and in such a manner that i almost forgot my home. I got every kind of love and enjoyment over there(in life who wants more then this).

I am very mischievous student(don't laugh ,you are no1 in this case ) always lead from the front to fight with others ,no exception with teachers too(today i am very sorry for that and told myself ,why I have did it? surely I have to face the consequences one day ,). In this regard ,my main target was my new sports teacher(don't want to mentioned the name ) .I had fought 3 to 4 times and because of me, once he cried  ( I am extremely sorry for that sir) and today i want to say sorry for my behavior but I am  the way I am ( I never approach to someone first,I feel ,it hurts my ego, sometimes it costs me a lot too,but I will not changed(but who knows when will happen what)).

I am good at academic results which was a positive sign  for me ,even if I did a thing which should n't be accepted at 1st sight ,  it got covered on the blanket of  academic excellence). Me and my friend crossed the boundary to watch the cricket and WWE. But once we caught in red handed and got severe punished. But who cares ,did the same activity whenever there was a cricket match or WWE special.

I always prefer friendship first(i will join them even if I knew that my friends were wrong,but just to make them support I am on. I knew some of my B.Tech friends (if they are reading my blog) will not accepted the above line that i wrote but I do care(you know me and I am very sorry ,what I did in your case) but one thing I can say ,you are always their in my heart , even if  we are far away from each other.

But I am not so good at the curricular activities like presentation ,seminar ,debate ,songs and steps ( DANCE!! now I can able to ,though I am talking about my school days at that time I don't know the steps)
I remembered once I have participated in a inter house ( I am belong to Nilgiri) song competition not exactly a song competition ( because in this case they are not judging how beautifully we sing the song,rather they focus how we deliver the song) . In odia you can say it 'kabita pathan' .
I am totally get nervous while i am sitting at stage in the M.P hall and in front of the huge audience.And when my turn come to sing the song, i am telling you the truth ' I don't even speak a single sentence ' i am totally speechless and returned to my place. I feel very bad on that day. The most embarrassing moments in my life. Today when i am thinking about that day I am laughing at myself. How stupid  am I  !!  I am good speaker when I was from(std1 - std5) but  don't know what happened at that moment !!

There are some friends who helped me a lot during my school days named as Pranaya kumar Dora, Santosh Behera, Sriharsha Gouda, Biswanath Sethi,Biswanath Sahu,Robin Behera ,Braja Mohan Polyee and many more who are best buddies for me.

I am so lucky that I have visited so many places during my school days and reason for that I am a kho-kho player (I can say a best player after Mahendra bro) and we have regional and national competition. I too qualify for the national  team once.

But the time comes when i have to leave the school and this was the most hardest part of my life and i don't know what i have achieved during these 7 years but realized what relation means . Got some excellent seniors like Sanjaya Gouda brother, Satya Panda brother,Kali prasad Patro,Sukesh bro,Dandu brother and best juniors like Hardeep Sahu,Balaram Polyee and they are always there in my heart and would like to thanks from  bottom of my heart the way they handled me and understand me .Even now they have in touch with me and always provide me the guidelines what to do ( tell you ,sure this blog going to read by Kali bhaina and he will going to tell me the mistakes that i have done ). Thanks brothers for all your help.

I have enjoyed a lot and lived a part of my life . I don't have any complain to anybody .Rather I am very sorry for everything that i have done on those days .But I have did that which i thought right at that moment.But never have the intention to hurt anyone.

Forgot to say sorry to all my female batch mates(the beauties of my class)  for my activities in the 12th class.

 Last but not the list I just  want to express my thought about the Navodaya  that i am very proud to be a Navodayan and i promise even if I get wealthy in my life but i will not going to forgot you. You are just the best.If someday you will welcome me,I promise I am available there and I will demand can you please provide me the foods (special ghanta) which i used to eat during my days at Navodaya. And please don't say NO,otherwise I will hurt.



Thanks.........



Friday, 21 June 2013

First day at city of JOY: Kolkata


DADA kothea jibe !!!! the very first sentence that I have ever heard when I entered into the city of joy,the land of Ray and Tagore, of poetry and art-house cinema .Very excited to see the long Howraha bridge and the number of platforms (truly speaking it's the first time I had seen the  Howraha station closed to my eyes).

Remembered the day it's September 26th 2012 when I reached to the city by travelling in a general bogie  standing for long 6 hrs. Impression towards the city in 1st attempt was not up to the mark . The line 'First impression is the last impression' was playing in my mind and it was not ready to convince itself that, is it?

Whether the city of joy will make me joyful? So many questions around the corner of my mind. But at the 6.45 P.M my mind ask me lets try it buddy ,lets hope for the best,lets c how the city say NO to you.

Start my journey by  picked up the bus having number 215 A which directed towards Technopolis(Intially i thought it was TechnoPolice..lol). My eyes are getting exercised by watching here and there in the city. The city is too old. In one point of time I measure the weight of 'The city of Temple( Bhubaneswar)' with 'The city  of Joy' and I feel that the weight of my capital is higher then the joyful city. The roads are very narrow and 2 way communication ,the red signal always warn  to stop please !! The building are seems from the era of British. But the great moments that i experienced was the 'ambassador'. I'm telling you it will make your day. You will not see the 'beauty'(ambassador) in any part of the country except in Kolkata. Ya the very first special gift I got.


Humidity was just tested my patience. I will tell you ,kolkata is very humid and high intensity city. You will fell the heat .


 The 2nd gift i got when my bus stoped in a signal and i saw a  'TRAM ' was stopping our way. Its like a train having the speed of a cycle. Thanks God !! for making me visualized . A bell was always roaring please please give me side otherwise I will crossed over you (but tell you no 1 will going to die even if it crossed our  body 10 times....and this was the joke of the day). But later on ,got disappointment about the speed .' Please mere bhai bas ho gaya chal abhi ' was threw from my mouth. and after 10 minutes I started my journey once again.
While my eyes are exercised suddenly it got stopped and reason was 'a Hand -pulled rickshaw' . The word WOW came from my rounded mouth. And it was number three.

At 9 PM i reached to my destination ,by listening some hard words from the conductor and driver ( sale kanha se chale a rahe hey admi sab) because i don't know where will my stoppage and the only thing I informed from my friend was the last stoppage and the bus was running and as of sudden the conductor roared at me .DADA tumi stoppage, i asked is it? And conductor said ' tumi dekho badi badi letter mein likichi technopolis bolki' (fusion of hindi and bengali), but i am able to understand because i am an odia. And odia and bengali almost same (40% if u asked me for comparison). And my 1st day was a kind of mixing (excited + fell tired + fell hungry+ sleeping eye) character.It's almost 8 months now  (2 months I transferred to NCR Noida for my IBM training) and today if someone asked me what is your view about the city.  'just superb' will be my answer  ya, sometime you have to compromise(in life you have to),but all in one it's a good city. A fun city.


The people are very friendly and they will not going to feel you that you are coming from other state. They will mingle with you easily, and ready to help you .I have many places during these days and i enjoyed a lot and today the city is closed to my heart. And many more things are there to explore from this city before i leaved from this city because nothing is permanent and some day i have to leave this city because it's not mine.Hope some day you will visit this city and get the experience of culture and modernization fusion



And my last sentence dedicated to this city!!
amar anondo hocche !! Please continue it forever.........


The places that i had experienced still now....




       

  

     

        

   



And many  mores are there but these are my prioritizes.