DirectoryComputersBlog Details for "IT Experts Central"

IT Experts Central

IT Experts Central
IT Experts Central is an online community where IT professionals learn from experts in the Information Technology industry as well as interact, share information, and learn from each other. IT Experts Central provides in-depth technical articles, tut
Articles: 1, 2, 3, 4

Articles

Battling ORA-01841: (full) year must be between -4713 and +9999
2007-08-01 00:00:00
Forum: Oracle Posted By: markmarucot Post Time: 07-30-2007 at 11:40 AM
More About: Full , Must , Year , Ween
Best Programming Language By CPU Benchmarks
2007-07-29 00:00:00
Forum: Application Development Posted By: markmarucot Post Time: 07-24-2007 at 03:57 PM
More About: Programming , Language , Marks , Benchmarks , Ming
Optimizing Rails on Oracle
2007-07-29 00:00:00
Forum: Oracle Posted By: markmarucot Post Time: 07-24-2007 at 03:59 PM
More About: Rails , Opti
TechED South East Asia 2007 in Kuala Lumpur
2007-07-29 00:00:00
Forum: Application Development Posted By: markmarucot Post Time: 07-24-2007 at 04:02 PM
More About: Asia , Kuala Lumpur , East , South , East Asia
Javascript Introduction
2007-07-29 00:00:00
Forum: Javascript Posted By: markmarucot Post Time: 07-24-2007 at 04:09 PM
More About: Introduction , Intro
Create a Lotus Database
2007-07-29 00:00:00
Forum: Lotus Notes Posted By: markmarucot Post Time: 07-24-2007 at 04:03 PM
More About: Database , Create , Base
attling ORA-01841: (full) year must be between -4713 and +9999
2007-07-29 00:00:00
Forum: Oracle Posted By: markmarucot Post Time: 07-24-2007 at 04:14 PM
More About: Full , Must , Year , Ween
Debugging Using Eclipse
2007-07-29 00:00:00
Forum: Application Development Posted By: markmarucot Post Time: 07-24-2007 at 03:54 PM
More About: Eclipse , Bugg , Debugging , Debug , Clipse
Microsoft - Novell Strategy on SUSE Linux
2007-07-29 00:00:00
Forum: Linux Posted By: markmarucot Post Time: 07-24-2007 at 03:52 PM
More About: Microsoft , Strategy , Novell , Suse
Linux Foundation’s Portress of Defense Against Microsoft
2007-07-29 00:00:00
Forum: Open Source Posted By: markmarucot Post Time: 07-24-2007 at 03:50 PM
More About: Linux , Microsoft , Foundation , Defense , Tres
FOSS Violates 235 Patents According to Microsoft
2007-07-29 00:00:00
Forum: Open Source Posted By: markmarucot Post Time: 07-24-2007 at 03:49 PM
More About: Microsoft , Patents , Viol , Tent , Viola
Zend Core for Oracle - A PHP and Oracle Web Collaboration
2007-07-29 00:00:00
Forum: Oracle Posted By: admin Post Time: 07-24-2007 at 03:42 PM
More About: Core , Collaboration , Zend , Coll
Underground PHP Oracle Manual
2007-07-29 00:00:00
Forum: Oracle Posted By: markmarucot Post Time: 07-24-2007 at 03:40 PM
More About: Underground , Round , Manu , Under
Oracle’s Campaign of Utilizing Oracle Database in PHP Web Applications
2007-07-29 00:00:00
Forum: Oracle Posted By: markmarucot Post Time: 07-24-2007 at 03:39 PM
More About: Applications , Campaign , Database , Base
Best Programming Language by Search Engine Search Result
2007-07-29 00:00:00
Forum: Application Development Posted By: markmarucot Post Time: 07-24-2007 at 03:31 PM
More About: Programming , Search , Search Engine , Language , Engine
How to set up Replication on Lotus Notes R5.0
2007-07-29 00:00:00
Forum: Lotus Notes Posted By: markmarucot Post Time: 07-24-2007 at 03:28 PM
Battling ORA-01841: (full) year must be between -4713 and +9999
2007-07-21 08:04:00
I’m currently doing a custom development on an existing customized Oracle Retail batch programs for a large retailer in US. The batch program is uploading Return to Vendor transaction, initiated from an external system, to Oracle Retail Merchandizing System.The modification is to pickup records from the new staging tables. The modification is to include the new staging tables to the driving cursor of the batch program. The pseudo code for the driving cursor is: PLAIN TEXT SQL: select ‘1′, - indicator        ROWIDTOCHAR(rowid),        location,        supplier,  – varchar2        create_date, – date        completed_date, – date        tran_type – varchar2   from table1 union all select ‘2′,  –indicator        ROWIDTOCHAR(rowid),     &nb...
More About: Full , Must , Year , Ween
DBA Script:Table Information
2007-07-05 15:13:00
In working on any database-driven application designing and development, it is a must to know the table information. You need to know the table’s primary key, columns and data type, check constraints, foreign key relationships. For Oracle, to view the information, using third party tools such as TOAD and SQL Developer is the easiest way to know the table information. However, if you don’t have these tools, this script will give you the basic table information. (more…) DBA Script , Oracle © Mark Marucot for IT Experts Central, 2007. | Permalink | No comment Add to del.icio.us Search blogs linking this post with Technorati Want more on these topics ? Browse the archive of posts filed under Oracle.
More About: Information , Table , Format
Explicit Cursors Versus Implicit Cursors
2007-06-24 11:17:00
There are a lot of discussions in Oracle experts which is better between explicit cursor and implicit cursor. In Oracle Contractors, implicit cursors are sometimes recommended by Tom Kyte of Oracle Magazine’s ‘Ask Tom’ in contrary to Steven Feuerstein teaching that explicit cursors were the most efficient way of retrieving Data. Eddie Awads explained that implicit cursors will make the program shorter yielding the same result. On the other side of the river bank, Andrew Clarke believes that Explicit Cursor is the way to go. I also believed that explicit cursor is the best way to use in PL/SQL programs. If we are creating programs that will be use for a long period of time because many developers may come and go that will provide system development, production support and system enhancement. We must admit that noone can stay long that will handle your system. If your system has limited documentation, explicit cursor is much better because of the following reason. Re...
More About: Versus , Cursors
Oracle DBA Toolbar
2007-06-17 16:23:00
The Oracle DBA Toolbar provides one click access to key DBA resources on OTN. I would say it is a must-have for DBAs. Features Pop-up Blocker Integrated RSS Manager OTN Search One-click access to SQL*Plus install, Downloads, MetaLink, and more Online Support FAQ System Requirements For Internet Explorer Microsoft Windows (98, ME, NT, 2000 or XP) Microsoft Internet Explorer version 5.0 or greater For Mozilla Firefox Microsoft Windows (98, ME, NT, 2000 or XP) or Linux Mozilla Firefox 1.5 or greater For Internet Explorer, download here. For Mozilla Firefox, download here. © Mark Marucot for IT Experts Central, 2007. | Permalink | No comment Add to del.icio.us Search blogs linking this post with Technorati Want more on these topics ? Browse the archive of posts filed under Oracle.
Setup Client for Internet Connection Sharing
2007-06-17 14:57:00
Table of Contents Windows XP Internet Connect ion Sharing Windows XP Network Setup Wizard Server Setup for Internet Connection Sharing Manual Setup of Internet Connection Sharing Setup Client for Internet Connection Sharing Using the Network Setup Wizard, we can easily configure a Windows XP computer client. To start the Network Setup Wizard, follow the steps on this article. After completing the steps, we can proceed in configuring ICS client. (more…) Previous © Mark Marucot for IT Experts Central, 2007. | Permalink | No comment Add to del.icio.us Search blogs linking this post with Technorati Want more on these topics ? Browse the archive of posts filed under Windows, Networking.
Manual Setup of Internet Connection Sharing
2007-06-17 12:19:00
Table of Contents Windows XP Internet Connect ion Sharing Windows XP Network Setup Wizard Server Setup for Internet Connection Sharing Manual Setup of Internet Connection Sharing Setup Client for Internet Connection Sharing Turning on ICS manually is almost as easy as using the Network Setup Wizard except that you need to create the bridge for multiple network cards before enabling ICS. The following steps can be use to DSL, cable and dial-up connections. (more…) Previous Next © Mark Marucot for IT Experts Central, 2007. | Permalink | No comment Add to del.icio.us Search blogs linking this post with Technorati Want more on these topics ? Browse the archive of posts filed under Networking.
Network Troubleshooting: Limited or no connectivity error in Windows XP wit
2007-06-17 11:50:00
Today I was alarmed that the the network’s Internet Connect ion Sharing is not working and all of the computers in the network cannot connect to the internet. When I checked the status of the Local Area Network of the server, the error is “Limited or no connectivity: The connection has limited or no connectivity. You might not be able to access the Internet or some network resources.”. I tried to setup the internet connection sharing server using the Network Setup Wizard. (more…) © Mark Marucot for IT Experts Central, 2007. | Permalink | No comment Add to del.icio.us Search blogs linking this post with Technorati Want more on these topics ? Browse the archive of posts filed under Networking, Network Troubleshooting.
More About: Windows , Error , Window
Server Setup for Internet Connection Sharing
2007-06-17 09:11:00
Table of Contents Windows XP Internet Connect ion Sharing Windows XP Network Setup Wizard Server Setup for Internet Connection Sharing Manual Setup of Internet Connection Sharing Setup Client for Internet Connection Sharing Using the Network Setup Wizard, we can easily configure a Windows XP computer as an Internet Connection Sharing Server. To start the Network Setup Wizard, follow the steps on this article. After completing the steps, we can proceed in configuring our ICS server. (more…) Previous Next © Mark Marucot for IT Experts Central, 2007. | Permalink | No comment Add to del.icio.us Search blogs linking this post with Technorati Want more on these topics ? Browse the archive of posts filed under Windows, Networking.
Windows XP Network Setup Wizard
2007-06-17 08:03:00
Table of Contents Window s XP Internet Connection Sharing Windows XP Network Setup Wizard Server Setup for Internet Connection Sharing Manual Setup of Internet Connection Sharing Setup Client for Internet Connection Sharing Network Setup Wizard is a Windows XP builting program that help users to setup networking computers running Windows 98, Windows 98 Second Edition, Windows Millennium Edition, and Windows XP. (more…) Previous Next © Mark Marucot for IT Experts Central, 2007. | Permalink | 3 comments Add to del.icio.us Search blogs linking this post with Technorati Want more on these topics ? Browse the archive of posts filed under Windows, Networking.
More About: Windows Xp
Windows XP Internet Connection Sharing
2007-06-17 08:01:00
Table of Contents Window s XP Internet Connect ion Sharing Windows XP Network Setup Wizard Server Setup for Internet Connection Sharing Manual Setup of Internet Connection Sharing Setup Client for Internet Connection Sharing Windows XP Internet Connection Sharing (ICS) allows the computer to share internet connection to other computers in the network. This feature is available since Windows 98 SE and improves better in Windows XP. Internet Connection Sharing Capabilities are: Multiple users can gain access to the Internet through a single connection by using Dial-Up Networking and local networking. Connected devices receive transparent network configuration by using Domain Name System (DNS) and Dynamic Host Configuration Protocol (DHCP) to resolve Internet names. Any IP-attached device can connect, including older Windows-based clients, non-Windows-based clients, Microsoft Windows 98-based clients, and Microsoft Windows 2000-based clients, with no additional client software requ...
TechED South East Asia 2007 in Kuala Lumpur
2007-06-04 15:06:00
I haven’t attended any TechED event. The first time I read about TechEd South East Asia 2007 , which will be held on September 10-13, 2007, in Maria Johansson’s blog, the event got my attention since it’s within South East Asia because I’m currently in Manila, Philippines working on the system integration designs that links a mainframe, an existing Warehouse Management System and a new WMS called Red Prairee. I’m involved mostly in Oracle Technologies and large scale systems but I’m fond of using Microsoft Technologies especially on my small tools created using VBA. I also designed Sharepoint sites for our Oracle Retail capability in Accenture for project and group management. (more…) © Mark Marucot for IT Experts Central, 2007. | Permalink | No comment Add to del.icio.us Search blogs linking this post with Technorati Want more on these topics ? Browse the archive of posts filed under Applicat...
More About: Kuala Lumpur
Create a Lotus Database
2007-06-04 05:15:00
Listed below are the steps to follow for creating a Lotus Notes database: (more…) © Berna Vizcayno for IT Experts Central, 2007. | Permalink | No comment Add to del.icio.us Search blogs linking this post with Technorati Want more on these topics ? Browse the archive of posts filed under Lotus Notes.
More About: Database , Taba , Create , Base
Embedding Javascript
2007-06-03 15:56:00
Table of Contents Introduction to Javascript Embedding Javascript Embedding JavaScript The basic HTML structure consists of the tags < html > , <head>, <title> and <body>. PLAIN TEXT HTML: <html>    <head>       <title> Page Title </title>       <script src=“sourcefile.js”> </script>         <script language=“JavaScript”>       <!–            Insert code here       //–>       </script>      </head>        <body>       <script language=“JavaScript”>       <!–            Insert code here       //–>       </script>  ...
More About: Bedding
Introduction to Javascript
2007-06-03 15:45:00
Table of Contents Intro duction to Javascript Embedding Javascript History of Javascript Javascript was originally called LiveScript which was developed by Brendan Eich of Netscape Communication Corporation. Javascript was introduced with the release of Navigator 2 in 1995. Javascript is the most used web scripting language. It is use to create dynamic pages, validate data, create and read cookies, detect client configuration and many more. Prerequisite The prerequisite to continue learning Javascript, you should have a basic understanding of the following: HTML/XHTML Java and JavaScript is different. JavaScript is a web scripting language and read by browsers while Java is a more complex programming language in building applications. Java applet is created in Java which can be viewed in web browsers. Next © Mark Marucot for IT Experts Central, 2007. | Permalink | No comment Add to del.icio.us Search blogs linking this post with Technor...
More articles from this author:
1, 2, 3, 4
111749 blogs in the directory.
Statistics resets every week.


Contact | About
© Blog Toplist 2012 - Supported by Web Catalog - SEO by FeWorks
eXTReMe Tracker