Just a guess:
In order to access /home/user1/whattosharefolder, user2 will first need permission to access /home/user1.
chmod ugo +x /home/user1
hope this helps
As feherke pointed out, this looks like one of those questions that shouldn't be tackled with a brute force attack.
A little bit of common sense and elementary mathematics should suffice, I think.
SPOILER WARNING!
If you insist on finding a solution with the help of a computer program, stop...
As far as I know mailx can't send in html format.
Is it an option to send the file as an attachment (-a option of mailx) ?
For that rename it from *.log to *.html.
Or try sendmail instead.
regards
Actually you have got two redundant blank lines.[wink]
The other one is at the very end.
That's a feature of sqlplus output:
Whenever an ouput line is split across several lines, the next line will be left blank for better readablity.
If this behaviour is undesired, you may switch it off with...
Afaik cluster tables may be converted to transparent tables and vice versa.
Therefore only you will be able to answer the question whether tables CDPOS and CDHDR are pooled in your system.
Call Transaction SE11, enter CDPOS or CDHDR, and click display.
You will see either Cluster table or...
Hello Cassidy,
a lot of mathematicians already spent hours or years about your problem.
they call it the subset sum problem, a special case of the notorious knapsack problem.
Not going to discourage you; but maybe you will get a few ideas from there...
Hello,
I had similar problems a long time ago on some flavour of Unix. Problem was that all kind of initialising like stty only helped as long as the execution of stty command ran, that is, new settings were gone immediately.
What helped finally was this: Create some process that will run on...
A striking difference:
alter table RIVERS_LTS disable constraint INDX_10_RIVER_FK;
ORA-02431: cannot disable constraint (INDX_10_RIVERS_FK)
with or without S ?
a typo ?
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.