I keep running into space issues when creating and/or modifying field varchar2 size in OEM for my Oracle 9i Schema. If I lower one field size then I can increase another field size etc...It seems like my Schema has a limit on total sizes of all my varchar2 fields.
Is the space or limit due to...
Please advise how I can call ASP using PHP?
<html>
<body>
here is several paragraphs of information that changes alot and is stored in ASP.........
Anyway to call the ASP so I dont have to manually change my information everytime it is changed?
I have many Cold Fusion MX 7 web apps that run great. Most are small and medium size web apps that work great with Oracle and MySQL.
I dont know how much we pay for the CF license for our Windows server, but I hear that people want to eliminate CF and use free PHP.
It seems CF saves money in...
How do I fetch a request value in a Java class?
Here is my attempt but it has request object error:
public class First
{
private HttpServletRequest request;
private String lastname;
public First()
{
lastname= request.getParameter("lastname");
}
public...
I have local development Oracle 9i database in my Windows XP. I see it uses TNS Listener port 1521. For some reason it must be using port 8080 also or in the background because it seems to not let my web container (Apache Tomcat which uses Port 8080) work when it (TNS Listener) is turned on...
I need to do an ssi include in my PHP web page located on a Unix web server, but cant seem to get it to work.
<!--#include virtual="http://anotherServer/thepage.asp" -->
Please advise how I can use SSI to fetch a file in another server that is located on a Windows Web server.
Sorry my error on examples:
select firstname || ' ' || secondname as fullname from myTable where fullname like '%Jo%'
select firstname || ' ' || secondname from myTable where firstname || ' ' || secondname like '%Jo%'
In my Oracle 9i I tried this and it gave me back an error saying fullname is invalid.
select firstname || ' ' || secondname as fullname where fullname like '%Jo%'
This works:
select firstname || ' ' || secondname where firstname || ' ' || secondname like '%Jo%'
Please advise how I can get it...
In my Access 2003 I have this setup:
TableOne
pocOne pocTwo
2 3
2 4
1 2
TableTwo
TableTwoId Name
1 Jones
2 Smith
3 Edwards
4 Camden
I currently have this query where I need to find all the records that match the...
I have a local Oracle 9i database and forgot the password for my Username. Please advise how I can reset the password? I do have the password for the sys and system logins to this local database.
Thanks for all your time and info!
It seems I dont have privileges to confirm the name of the database that my Instance ABC is managing when I try the SQL: select name from v$database;
Thanks for all the writing and time you put into this!
If I understand you right then I am working on a (turned on) Unix server that has one instance (ABC) running. Not sure if the (turned off) Database name is actually called ABC because I have only been told what the instance (SID) is...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.