Let us consider the vector field $X=x \frac{\partial}{\partial x}+y \frac{\partial}{\partial y}$. I'd like to compute the integral curves. Solving the system of ODE
$\begin{cases} x'(t)=x(t) \\ y'(t)=y(t) \end{cases}$
we clearly get the curves $(c_1e^t,c_2e^t)$. Using implicit equations, we get $c_1y-c_2x=0$, i.e. the integral curves are lines through the origin and vector field is the usual radial field (think for instance of electrostatic field generated by a single charge). However, I have a problem in the interpretation of the result: by the Cauchy's existence and uniqueness theorem, I expect that two integral curves cannot intersect; so, how is it possible to obtain straight lines through the origin (and hence intersecting)? Which is the mistake in my argument?